We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c325b4 commit 59a57a9Copy full SHA for 59a57a9
app/src/processing/app/Base.java
@@ -971,7 +971,7 @@ public boolean handleQuit() {
971
// Save out the current prefs state
972
PreferencesData.save();
973
974
- if (!OSUtils.isMacOS()) {
+ if (!OSUtils.isMacOS() || System.getProperty("apple.laf.useScreenMenuBar") == "false") {
975
// If this was fired from the menu or an AppleEvent (the Finder),
976
// then Mac OS X will send the terminate signal itself.
977
System.exit(0);
0 commit comments