diff options
author | Ricky Kresslein <ricky@unobserved.io> | 2023-10-15 11:01:39 +0200 |
---|---|---|
committer | Ricky Kresslein <ricky@unobserved.io> | 2023-10-15 11:01:39 +0200 |
commit | 17c269b9d51850e09087653f24e02825fd2079f3 (patch) | |
tree | a8ddf58d173ca0b8c945957ae9ad1701f4e125ae /data | |
parent | 5a21b2528e30706cba939fd38102cafa5100c783 (diff) | |
download | Furtherance-17c269b9d51850e09087653f24e02825fd2079f3.tar.zst |
Add preference to toggle autocomplete
Diffstat (limited to 'data')
-rw-r--r-- | data/com.lakoliu.Furtherance.gschema.xml | 3 |
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> |