aboutsummaryrefslogtreecommitdiff
path: root/fiv.gschema.xml
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-07-25 23:18:59 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-07-25 23:20:30 +0200
commit78636fdc189d97b25f73f4a65ff7dec466b66bf2 (patch)
treeed38305035599e70b392d401c990c8aba63081b4 /fiv.gschema.xml
parente18f729488f68cf0a8dbe51de9219b4971f48d79 (diff)
downloadfiv-78636fdc189d97b25f73f4a65ff7dec466b66bf2.tar.gz
fiv-78636fdc189d97b25f73f4a65ff7dec466b66bf2.tar.xz
fiv-78636fdc189d97b25f73f4a65ff7dec466b66bf2.zip
Add sidebar/toolbar toggles to GSettings
Diffstat (limited to 'fiv.gschema.xml')
-rw-r--r--fiv.gschema.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/fiv.gschema.xml b/fiv.gschema.xml
index 84a66ba..a0b9aab 100644
--- a/fiv.gschema.xml
+++ b/fiv.gschema.xml
@@ -21,6 +21,14 @@
<default>false</default>
<summary>Use a dark theme variant on start-up</summary>
</key>
+ <key name='show-browser-sidebar' type='b'>
+ <default>true</default>
+ <summary>Show the browser's sidebar</summary>
+ </key>
+ <key name='show-view-toolbar' type='b'>
+ <default>true</default>
+ <summary>Show a toolbar in the image view</summary>
+ </key>
<key name='thumbnail-size' enum='name.janouch.fiv.thumbnail-size'>
<default>'Normal'</default>
<summary>Thumbnail size to assume on start-up</summary>