diff options
Diffstat (limited to 'src/gtk/preferences_window.ui')
-rwxr-xr-x | src/gtk/preferences_window.ui | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index e6de99a..58d3a70 100755 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -91,6 +91,31 @@ </child> </object> </child> + <child> + <object class="AdwActionRow"> + <property name="title" translatable="yes">_Delete confirmation</property> + <property name="use_underline">True</property> + <property name="activatable_widget">delete_confirmation_switch</property> + <child> + <object class="GtkSwitch" id="delete_confirmation_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + <child> + <object class="AdwActionRow"> + <property name="title" translatable="yes">_Show seconds</property> + <property name="use_underline">True</property> + <property name="activatable_widget">show_seconds_switch</property> + <property name="subtitle" translatable="yes">Tasks list only. Seconds always show on timer</property> + <child> + <object class="GtkSwitch" id="show_seconds_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> </object> </child> </object> |