chore: set screenshotsEnabled to true by default
This commit is contained in:
parent
d800a95a1d
commit
e94fc688ba
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ public:
|
|||
|
||||
bool isScreenshotsEnabled() const
|
||||
{
|
||||
return value("Conf/screenshotsEnabled", false).toBool();
|
||||
return value("Conf/screenshotsEnabled", true).toBool();
|
||||
}
|
||||
void setScreenshotsEnabled(bool enabled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue