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 4a9c65b..880d4e4 100755 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -34,5 +34,11 @@ <key name="pomodoro-time" type="i"> <default>25</default> </key> + <key name="autosave" type="b"> + <default>true</default> + </key> + <key name="autosave-time" type="i"> + <default>5</default> + </key> </schema> </schemalist> |