chore: set screenshotsEnabled to true by default

This commit is contained in:
vladimir.kuznetsov 2024-08-30 16:31:03 +04:00
parent d800a95a1d
commit e94fc688ba

View file

@ -183,7 +183,7 @@ public:
bool isScreenshotsEnabled() const
{
return value("Conf/screenshotsEnabled", false).toBool();
return value("Conf/screenshotsEnabled", true).toBool();
}
void setScreenshotsEnabled(bool enabled)
{