Add thumbnail size to GSettings

This commit is contained in:
2022-07-25 21:08:56 +02:00
parent 9f1041988d
commit e18f729488
2 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<enum id="name.janouch.fiv.thumbnail-size">
<value nick='Small' value='0'/>
<value nick='Normal' value='1'/>
<value nick='Large' value='2'/>
<value nick='Huge' value='3'/>
</enum>
<schema path="/name/janouch/fiv/" id="name.janouch.fiv">
<key name='native-view-window' type='b'>
<default>true</default>
@@ -12,7 +19,11 @@
</key>
<key name='dark-theme' type='b'>
<default>false</default>
<summary>Use a dark theme variant</summary>
<summary>Use a dark theme variant on start-up</summary>
</key>
<key name='thumbnail-size' enum='name.janouch.fiv.thumbnail-size'>
<default>'Normal'</default>
<summary>Thumbnail size to assume on start-up</summary>
</key>
</schema>
</schemalist>