mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-07 16:20:04 -04:00
UI: Disable simple output rec. settings when active
This commit is contained in:
@@ -1554,6 +1554,7 @@ void OBSBasicSettings::LoadOutputSettings()
|
||||
if (video_output_active(obs_get_video())) {
|
||||
ui->outputMode->setEnabled(false);
|
||||
ui->outputModeLabel->setEnabled(false);
|
||||
ui->simpleRecordingGroupBox->setEnabled(false);
|
||||
ui->advOutTopContainer->setEnabled(false);
|
||||
ui->advOutRecTopContainer->setEnabled(false);
|
||||
ui->advOutRecTypeContainer->setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user