UI: Hide "Update Channel" label on macOS

This commit is contained in:
gxalpha
2022-11-26 11:34:09 +01:00
committed by Rodney
parent bc51e15553
commit dab5ff813a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -288,7 +288,7 @@
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_10">
<widget class="QLabel" name="updateChannelLabel">
<property name="text">
<string>Basic.Settings.General.UpdateChannel</string>
</property>
+2
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())