set default value for ImageDebug option

This commit is contained in:
John Rassa 2018-01-26 19:11:32 -05:00 committed by GitHub
parent 0686b4690a
commit 33e7a36163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,7 @@ void Settings::setDefaults()
mBoolMap["Debug"] = false;
mBoolMap["DebugGrid"] = false;
mBoolMap["DebugText"] = false;
mBoolMap["DebugImage"] = false;
mIntMap["ScreenSaverTime"] = 5*60*1000; // 5 minutes
mIntMap["ScraperResizeWidth"] = 400;