diff options
Diffstat (limited to 'fiv.gschema.xml')
-rw-r--r-- | fiv.gschema.xml | 8 |
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> |