Add sidebar/toolbar toggles to GSettings

This commit is contained in:
2022-07-25 23:18:59 +02:00
parent e18f729488
commit 78636fdc18
2 changed files with 16 additions and 2 deletions

View File

@@ -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>