mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 17:32:15 -07:00
update comment
This commit is contained in:
parent
3b6dbad43e
commit
87fc05f7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ int main(int argc, char *argv[])
|
|||
ui.show();
|
||||
qDebug("main(): ui.show() finished");
|
||||
|
||||
// If enabled, force shortcuts to be shown in right-click menus regardless of system defaults
|
||||
// force shortcuts to be shown/hidden in right-click menus, regardless of system defaults
|
||||
qApp->setAttribute(Qt::AA_DontShowShortcutsInContextMenus, !SettingsCache::instance().getShowShortcuts());
|
||||
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue