diff options
Diffstat (limited to 'data/com.lakoliu.Furtherance.gschema.xml')
-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> |