diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-06-03 15:48:46 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-06-03 15:48:46 +0200 |
commit | 3cbbabd4aa35342b36dce327794149f0c5704508 (patch) | |
tree | 3d128ef166b2aabfedffbc7a7ac7a26c3f854d10 /src/gtk/preferences_window.ui | |
parent | 432362b9c3c028d7525fec0bdfbd3660355ea894 (diff) | |
download | Furtherance-3cbbabd4aa35342b36dce327794149f0c5704508.tar.zst |
#99: Inclusive total time
Diffstat (limited to 'src/gtk/preferences_window.ui')
-rw-r--r-- | src/gtk/preferences_window.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index 168d614..3b862c0 100644 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -204,6 +204,21 @@ </child> </object> </child> + + <child> + <object class="AdwActionRow"> + <property name="title" translatable="yes">Inclusive total time</property> + <property name="use_underline">True</property> + <property name="activatable_widget">inclusive_total_switch</property> + <property name="subtitle" translatable="yes">Today's total time includes the ongoing timer</property> + <child> + <object class="GtkSwitch" id="inclusive_total_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + </object> </child> <child> |