UI: Make streaming/recording buttons checkable
This makes it so the buttons appear "pressed" while streaming/recording to more visibly help indicate that they are currently active. Closes jp9000/obs-studio#1039
This commit is contained in:
@@ -954,7 +954,7 @@
|
||||
<string>Basic.Main.StartStreaming</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>false</bool>
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -978,6 +978,9 @@
|
||||
<property name="text">
|
||||
<string>Basic.Main.StartRecording</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Reference in New Issue
Block a user