about summary refs log tree commit diff
path: root/data/com.lakoliu.Furtherance.gschema.xml
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2023-06-04 17:58:41 +0200
committerRicky Kresslein <rk@lakoliu.com>2023-06-04 17:58:41 +0200
commitc7d283c483a24bccc501a8a66cfd2a60b43ffb0f (patch)
treef683013bdecd9e509d2b1ef7401fa31f4183936c /data/com.lakoliu.Furtherance.gschema.xml
parent3cbbabd4aa35342b36dce327794149f0c5704508 (diff)
downloadFurtherance-c7d283c483a24bccc501a8a66cfd2a60b43ffb0f.tar.zst
#97: Add 'This Week' and 'Last Week' to reports. Add start of week picker to settings.
Diffstat (limited to 'data/com.lakoliu.Furtherance.gschema.xml')
-rw-r--r--data/com.lakoliu.Furtherance.gschema.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml
index fd96c00..a321365 100644
--- a/data/com.lakoliu.Furtherance.gschema.xml
+++ b/data/com.lakoliu.Furtherance.gschema.xml
@@ -43,6 +43,9 @@
 	  <key name="inclusive-total" type="b">
       <default>false</default>
     </key>
+	  <key name="week-starts" type="i">
+      <default>0</default>
+    </key>
 	  <key name="database-loc" type="s">
       <default>"default"</default>
     </key>