update comment

This commit is contained in:
RickyRister 2024-12-05 05:20:49 -08:00
parent 3b6dbad43e
commit 87fc05f7a5

View file

@ -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))