about summary refs log tree commit diff
path: root/data
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-03-05 17:43:08 +0100
committerRicky Kresslein <rk@lakoliu.com>2022-03-05 17:43:08 +0100
commite2bbca53121f51c76bdfa54f0d239c8db5ca59be (patch)
tree2e7837a89f781093ba30cd9f810050b17f8cc11a /data
parent0f05a52d429c41b538fa3b362cad3a54db04e5cd (diff)
downloadFurtherance-e2bbca53121f51c76bdfa54f0d239c8db5ca59be.tar.zst
- Added 'delete confirmation' setting
- Added 'show seconds' setting
Diffstat (limited to 'data')
-rwxr-xr-xdata/com.lakoliu.Furtherance.gschema.xml6
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>