mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-25 22:58:29 -05:00
UI: Hide "Update Channel" label on macOS
This commit is contained in:
@@ -588,6 +588,8 @@ OBSBasicSettings::OBSBasicSettings(QWidget *parent)
|
||||
#elif defined(__APPLE__)
|
||||
delete ui->updateChannelBox;
|
||||
ui->updateChannelBox = nullptr;
|
||||
delete ui->updateChannelLabel;
|
||||
ui->updateChannelLabel = nullptr;
|
||||
#else
|
||||
// Hide update section if disabled
|
||||
if (App()->IsUpdaterDisabled())
|
||||
|
||||
Reference in New Issue
Block a user