mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
UI: Remove check for updates on Linux
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user