about summary refs log tree commit diff
path: root/src/gtk
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-14 17:54:57 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-04-14 17:54:57 +0300
commit41d197cc21053b221ebc5af06efec66f77579e13 (patch)
treeba2149cdf543911f18a4ed2223fe21d0f317f915 /src/gtk
parenteb80833b5d736180baa49c7f3787fe30eba161db (diff)
downloadFurtherance-41d197cc21053b221ebc5af06efec66f77579e13.tar.zst
Add preferences toggle for daily sums
Diffstat (limited to 'src/gtk')
-rwxr-xr-xsrc/gtk/preferences_window.ui12
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>