diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-09-24 00:34:54 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-09-24 00:34:54 +0200 |
commit | 87c05770789958e6786e6490eb1fa25cd116b361 (patch) | |
tree | 959c6344c99a0f85657759fd21618dff2e9673a1 /data/com.lakoliu.Furtherance.gschema.xml | |
parent | 54e7ba5b16045d4e653f392d38f045a4f7183732 (diff) | |
download | Furtherance-87c05770789958e6786e6490eb1fa25cd116b361.tar.zst |
Ability to change database location - #29
Diffstat (limited to 'data/com.lakoliu.Furtherance.gschema.xml')
-rwxr-xr-x | 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 880d4e4..615a6cf 100755 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -40,5 +40,8 @@ <key name="autosave-time" type="i"> <default>5</default> </key> + <key name="database-loc" type="s"> + <default>"default"</default> + </key> </schema> </schemalist> |