diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-03-03 10:02:01 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-03-03 10:02:01 +0100 |
commit | 0f05a52d429c41b538fa3b362cad3a54db04e5cd (patch) | |
tree | 2c7873ffc54a771b15cf21f96b4f8dd5fa3e1a6c /data | |
parent | 8ea50db6fa4c36383a375db2f1e9ecb9a771d8c2 (diff) | |
download | Furtherance-0f05a52d429c41b538fa3b362cad3a54db04e5cd.tar.zst |
Added 'limit days shown' setting
Diffstat (limited to 'data')
-rwxr-xr-x | data/com.lakoliu.Furtherance.gschema.xml | 6 |
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> |