about summary refs log tree commit diff
path: root/data
diff options
context:
space:
mode:
authorRicky Kresslein <ricky@unobserved.io>2023-10-15 11:01:39 +0200
committerRicky Kresslein <ricky@unobserved.io>2023-10-15 11:01:39 +0200
commit17c269b9d51850e09087653f24e02825fd2079f3 (patch)
treea8ddf58d173ca0b8c945957ae9ad1701f4e125ae /data
parent5a21b2528e30706cba939fd38102cafa5100c783 (diff)
downloadFurtherance-17c269b9d51850e09087653f24e02825fd2079f3.tar.zst
Add preference to toggle autocomplete
Diffstat (limited to 'data')
-rw-r--r--data/com.lakoliu.Furtherance.gschema.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml
index a321365..e3e9202 100644
--- a/data/com.lakoliu.Furtherance.gschema.xml
+++ b/data/com.lakoliu.Furtherance.gschema.xml
@@ -28,6 +28,9 @@
 	  <key name="show-tags" type="b">
       <default>true</default>
     </key>
+	  <key name="autocomplete" type="b">
+      <default>true</default>
+    </key>
 	  <key name="pomodoro" type="b">
       <default>false</default>
     </key>