From dd564a2e8f257d7ef22f162fa18506c4e5429f81 Mon Sep 17 00:00:00 2001 From: gxalpha Date: Sun, 23 Jan 2022 12:14:22 +0100 Subject: [PATCH] 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. --- UI/window-basic-main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 94c849ce2..e08b0d308 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -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