mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-25 17:09:57 -04:00
UI: Make "output mode" label disabled if active
I had previous made the output mode list box become disabled, but neglected to do it for the label as well.
This commit is contained in:
@@ -831,6 +831,7 @@ void OBSBasicSettings::LoadOutputSettings()
|
||||
|
||||
if (video_output_active(obs_get_video())) {
|
||||
ui->outputMode->setEnabled(false);
|
||||
ui->outputModeLabel->setEnabled(false);
|
||||
ui->advOutTopContainer->setEnabled(false);
|
||||
ui->advOutRecTopContainer->setEnabled(false);
|
||||
ui->advOutRecTypeContainer->setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user