Add show time option to GTK UI. It is disabled by default.

This commit is contained in:
Taimoor Ahmad 2019-05-11 23:30:10 -04:00
parent d16c9775a9
commit f3da1c9496
1 changed files with 15 additions and 0 deletions

View File

@ -2761,6 +2761,21 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="show_time">
<property name="label" translatable="yes">Show time</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="show_frame_rate">
<property name="label" translatable="yes">Show frame rate</property>