mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
UI: Move "Check For Updates" menu to app menu on macOS
For apps using sparkle, it's normal for the "Check For Updates" button to be in the app menu instead of the help menu, so let's put it there.
This commit is contained in:
@@ -354,6 +354,7 @@ OBSBasic::OBSBasic(QWidget *parent)
|
||||
ui->actionRemoveSource->setShortcuts({Qt::Key_Backspace});
|
||||
ui->actionRemoveScene->setShortcuts({Qt::Key_Backspace});
|
||||
|
||||
ui->actionCheckForUpdates->setMenuRole(QAction::AboutQtRole);
|
||||
ui->action_Settings->setMenuRole(QAction::PreferencesRole);
|
||||
ui->actionE_xit->setMenuRole(QAction::QuitRole);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user