allow selection of target for auto stop of recoding or streaming

This commit is contained in:
WarmUpTill
2021-01-18 01:20:56 +01:00
committed by GitHub
parent 5156c66b26
commit 0950d93828
6 changed files with 56 additions and 15 deletions

View File

@@ -370,7 +370,17 @@
<item>
<widget class="QCheckBox" name="autoStopSceneCheckBox">
<property name="text">
<string>AdvSceneSwitcher.generalTab.generalBehavior.automaticallyStop</string>
<string>AdvSceneSwitcher.generalTab.generalBehavior.automaticallyStop1</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="autoStopType"/>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>AdvSceneSwitcher.generalTab.generalBehavior.automaticallyStop2</string>
</property>
</widget>
</item>