mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-01 21:07:12 -05:00
UI: Disable stream encoder setting in simple output with active output
We disable the stream encoder setting in Advanced Output Mode when an output is active, so let's also disable the stream encoder setting in Simple Output Mode when an output is active.
This commit is contained in:
@@ -2064,6 +2064,8 @@ void OBSBasicSettings::LoadOutputSettings()
|
||||
if (obs_video_active()) {
|
||||
ui->outputMode->setEnabled(false);
|
||||
ui->outputModeLabel->setEnabled(false);
|
||||
ui->simpleOutStrEncoderLabel->setEnabled(false);
|
||||
ui->simpleOutStrEncoder->setEnabled(false);
|
||||
ui->simpleRecordingGroupBox->setEnabled(false);
|
||||
ui->replayBufferGroupBox->setEnabled(false);
|
||||
ui->advOutTopContainer->setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user