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:
nleseul
2017-10-06 14:51:03 -04:00
committed by jp9000
parent 6778be17d9
commit d22a75401d
3 changed files with 16 additions and 2 deletions

View File

@@ -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>