diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-05-20 12:26:53 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-05-20 12:26:53 +0300 |
commit | 3942e6cab7a0883220d78068dc47ddf81760a90e (patch) | |
tree | d8ea83980739befb888ca827d6a9952fc4e9d478 /data/com.lakoliu.Furtherance.gschema.xml | |
parent | 1dd125d02f5d66643e39fe2da636d036ed733904 (diff) | |
download | Furtherance-3942e6cab7a0883220d78068dc47ddf81760a90e.tar.zst |
Autosave (Issue #45)
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> |