diff options
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 af1d9b7..4a9c65b 100755 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -28,5 +28,11 @@ <key name="show-tags" type="b"> <default>true</default> </key> + <key name="pomodoro" type="b"> + <default>false</default> + </key> + <key name="pomodoro-time" type="i"> + <default>25</default> + </key> </schema> </schemalist> |