Fix Ctrl+, shortcut on Linux

Regression was introduced in 30819509d3
This commit is contained in:
Ilya Fedin
2025-12-24 17:18:04 +00:00
committed by John Preston
parent bece15eaac
commit af24830233

View File

@@ -374,7 +374,6 @@ void MainWindow::createGlobalMenu() {
QKeySequence(Qt::ControlModifier | Qt::Key_Comma));
prefs->setMenuRole(QAction::PreferencesRole);
prefs->setShortcutContext(Qt::WidgetShortcut);
auto tools = psMainMenu->addMenu(tr::lng_linux_menu_tools(tr::now));