mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Remove the quit option from the music menu on mac in non-English.
Fixes issue #556
This commit is contained in:
parent
8d1ea72b95
commit
a425dddd7d
@ -472,6 +472,8 @@ MainWindow::MainWindow(NetworkAccessManager* network, Engine::Type engine, QWidg
|
||||
ui_->action_configure->setMenuRole(QAction::PreferencesRole);
|
||||
// Force this menu to be the app "About".
|
||||
ui_->action_about->setMenuRole(QAction::AboutRole);
|
||||
// Force this menu to be the app "Quit".
|
||||
ui_->action_quit->setMenuRole(QAction::QuitRole);
|
||||
#endif
|
||||
|
||||
// Global shortcuts
|
||||
|
Loading…
x
Reference in New Issue
Block a user