UI: Remove check for updates on Linux

This commit is contained in:
cg2121
2018-03-12 19:56:07 -05:00
parent 4bd4b6bab5
commit 4d478c5ca5
2 changed files with 10 additions and 2 deletions

View File

@@ -1654,6 +1654,11 @@ void OBSBasic::OBSInit()
ui->viewMenu->addAction(QTStr("MultiviewWindowed"),
this, SLOT(OpenMultiviewWindow()));
#if !defined(_WIN32) && !defined(__APPLE__)
delete ui->actionCheckForUpdates;
ui->actionCheckForUpdates = nullptr;
#endif
}
void OBSBasic::InitHotkeys()