UI: Disable network settings while outputs active

master
jp9000 2017-03-05 14:24:29 -08:00
parent 65ffb8800c
commit a5f45a370d
2 changed files with 2 additions and 1 deletions

View File

@ -4018,7 +4018,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_11">
<widget class="QGroupBox" name="advNetworkGroupBox">
<property name="title">
<string>Basic.Settings.Advanced.Network</string>
</property>

View File

@ -1704,6 +1704,7 @@ void OBSBasicSettings::LoadOutputSettings()
ui->advOutRecTopContainer->setEnabled(false);
ui->advOutRecTypeContainer->setEnabled(false);
ui->advOutputAudioTracksTab->setEnabled(false);
ui->advNetworkGroupBox->setEnabled(false);
}
loading = false;