diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-14 17:54:57 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-14 17:54:57 +0300 |
commit | 41d197cc21053b221ebc5af06efec66f77579e13 (patch) | |
tree | ba2149cdf543911f18a4ed2223fe21d0f317f915 /src/gtk/preferences_window.ui | |
parent | eb80833b5d736180baa49c7f3787fe30eba161db (diff) | |
download | Furtherance-41d197cc21053b221ebc5af06efec66f77579e13.tar.zst |
Add preferences toggle for daily sums
Diffstat (limited to 'src/gtk/preferences_window.ui')
-rwxr-xr-x | src/gtk/preferences_window.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index a0bb6fb..5c6140c 100755 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -116,6 +116,18 @@ </child> </object> </child> + <child> + <object class="AdwActionRow"> + <property name="title" translatable="yes">Show daily sums</property> + <property name="use_underline">True</property> + <property name="activatable_widget">show_daily_sums_switch</property> + <child> + <object class="GtkSwitch" id="show_daily_sums_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> </object> </child> </object> |