UI: Hide "Update Channel" label on macOS

This commit is contained in:
gxalpha
2022-11-26 01:05:05 +01:00
committed by Rodney
parent bc51e15553
commit dab5ff813a
2 changed files with 3 additions and 1 deletions

View File

@@ -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())