diff --git a/es-core/src/Settings.cpp b/es-core/src/Settings.cpp index 7d7925b1a..62240e7f9 100644 --- a/es-core/src/Settings.cpp +++ b/es-core/src/Settings.cpp @@ -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;