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>2022-03-03 10:02:01 +0100
committerRicky Kresslein <rk@lakoliu.com>2022-03-03 10:02:01 +0100
commit0f05a52d429c41b538fa3b362cad3a54db04e5cd (patch)
tree2c7873ffc54a771b15cf21f96b4f8dd5fa3e1a6c /data/com.lakoliu.Furtherance.gschema.xml
parent8ea50db6fa4c36383a375db2f1e9ecb9a771d8c2 (diff)
downloadFurtherance-0f05a52d429c41b538fa3b362cad3a54db04e5cd.tar.zst
Added 'limit days shown' setting
Diffstat (limited to 'data/com.lakoliu.Furtherance.gschema.xml')
-rwxr-xr-xdata/com.lakoliu.Furtherance.gschema.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml
index ae8edc4..9ebfa45 100755
--- a/data/com.lakoliu.Furtherance.gschema.xml
+++ b/data/com.lakoliu.Furtherance.gschema.xml
@@ -10,5 +10,11 @@
 	  <key name="idle-time" type="i">
       <default>6</default>
     </key>
+	  <key name="limit-tasks" type="b">
+      <default>false</default>
+    </key>
+	  <key name="limit-days" type="i">
+      <default>6</default>
+    </key>
 	</schema>
 </schemalist>