diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-03-05 17:43:08 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-03-05 17:43:08 +0100 |
commit | e2bbca53121f51c76bdfa54f0d239c8db5ca59be (patch) | |
tree | 2e7837a89f781093ba30cd9f810050b17f8cc11a /data/com.lakoliu.Furtherance.gschema.xml | |
parent | 0f05a52d429c41b538fa3b362cad3a54db04e5cd (diff) | |
download | Furtherance-e2bbca53121f51c76bdfa54f0d239c8db5ca59be.tar.zst |
- Added 'delete confirmation' setting
- Added 'show seconds' setting
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> |