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 9ebfa45..276c79b 100755 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -16,5 +16,11 @@ <key name="limit-days" type="i"> <default>6</default> </key> + <key name="delete-confirmation" type="b"> + <default>true</default> + </key> + <key name="show-seconds" type="b"> + <default>true</default> + </key> </schema> </schemalist> |