Explorar o código

UI: Fix custom ffmpeg output file / URL entry

The default value in the .ui file was out of sync so the signal to
update the stacked widget was never sent.

Fixes https://obsproject.com/mantis/view.php?id=1060
Richard Stanway %!s(int64=8) %!d(string=hai) anos
pai
achega
0cbd9cc051
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UI/forms/OBSBasicSettings.ui

+ 1 - 1
UI/forms/OBSBasicSettings.ui

@@ -1878,7 +1878,7 @@
                          <item row="1" column="1">
                           <widget class="QStackedWidget" name="stackedWidget_2">
                            <property name="currentIndex">
-                            <number>1</number>
+                            <number>0</number>
                            </property>
                            <widget class="QWidget" name="page_5">
                             <layout class="QHBoxLayout" name="horizontalLayout_12">