mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
The quit menu is now disabled by default.
This commit is contained in:
parent
d6eba6ae24
commit
958c16cb03
|
@ -260,11 +260,9 @@ void Settings::setDefaults()
|
||||||
#endif
|
#endif
|
||||||
mBoolMap["DisplayGPUStatistics"] = { false, false };
|
mBoolMap["DisplayGPUStatistics"] = { false, false };
|
||||||
// macOS requires root privileges to reboot and power off so it doesn't make much
|
// 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.
|
// sense to enable this setting and menu entry for that operating system.
|
||||||
#if defined(__APPLE__)
|
#if !defined(__APPLE__)
|
||||||
mBoolMap["ShowQuitMenu"] = { false, false };
|
mBoolMap["ShowQuitMenu"] = { false, false };
|
||||||
#else
|
|
||||||
mBoolMap["ShowQuitMenu"] = { true, true };
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue