diff --git a/es-core/src/Settings.cpp b/es-core/src/Settings.cpp index e52be6d26..774b19ba5 100644 --- a/es-core/src/Settings.cpp +++ b/es-core/src/Settings.cpp @@ -260,11 +260,9 @@ void Settings::setDefaults() #endif mBoolMap["DisplayGPUStatistics"] = { false, false }; // macOS requires root privileges to reboot and power off so it doesn't make much - // sense to enable these settings and menu entries for this operating system. - #if defined(__APPLE__) + // sense to enable this setting and menu entry for that operating system. + #if !defined(__APPLE__) mBoolMap["ShowQuitMenu"] = { false, false }; - #else - mBoolMap["ShowQuitMenu"] = { true, true }; #endif //