From 87fc05f7a5b7e7fb56836e122b90dad90eadc16f Mon Sep 17 00:00:00 2001 From: RickyRister Date: Thu, 5 Dec 2024 05:20:49 -0800 Subject: [PATCH] update comment --- cockatrice/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/main.cpp b/cockatrice/src/main.cpp index 3b05850cb..77136cde3 100644 --- a/cockatrice/src/main.cpp +++ b/cockatrice/src/main.cpp @@ -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))