提交 47fe89b9 编写于 作者: J jp9000

UI: Disable simple output rec. settings when active

上级 f2e85b83
......@@ -722,7 +722,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_9">
<widget class="QGroupBox" name="simpleRecordingGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
......
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册