Skip to content

Commit

Permalink
Force shortcuts to show in context menus
Browse files Browse the repository at this point in the history
Hopefully fix #4657?
  • Loading branch information
Mm2PL committed Jul 14, 2023
1 parent 7652707 commit 6d734e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RunGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ namespace {
QApplication::setWindowIcon(QIcon(":/icon.ico"));
#endif

// On Mac/Cocoa platform specifically this attribute is enabled by default
QApplication::setAttribute(Qt::AA_DontShowShortcutsInContextMenus,
false);

installCustomPalette();
}

Expand Down

0 comments on commit 6d734e9

Please sign in to comment.