Merge pull request #1030 from amnezia-vpn/chore/screenshots-enabled-true

chore/screenshots enabled true
This commit is contained in:
pokamest 2024-08-30 15:56:10 +03:00 committed by GitHub
commit 572ef09296
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)
{