diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2023-03-15 03:33:48 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2023-04-11 06:33:22 +0200 | 
| commit | 8da5f807cf8a64c06377f4868f39e84539cc39c8 (patch) | |
| tree | 7e25320ba102562a193af05cfcfc527c46596f4f /fiv.gschema.xml | |
| parent | 1b50a834a5d6bb1584e261efd656c8153fcf41b8 (diff) | |
| download | fiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.tar.gz fiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.tar.xz fiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.zip  | |
Move and extend the browser toolbar
This makes the user interface more cohesive, and easier to use.
Both toolbars should ideally be made configurable.
Diffstat (limited to 'fiv.gschema.xml')
| -rw-r--r-- | fiv.gschema.xml | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/fiv.gschema.xml b/fiv.gschema.xml index a0b9aab..b399a8f 100644 --- a/fiv.gschema.xml +++ b/fiv.gschema.xml @@ -25,6 +25,10 @@  			<default>true</default>  			<summary>Show the browser's sidebar</summary>  		</key> +		<key name='show-browser-toolbar' type='b'> +			<default>true</default> +			<summary>Show a toolbar in the browser view</summary> +		</key>  		<key name='show-view-toolbar' type='b'>  			<default>true</default>  			<summary>Show a toolbar in the image view</summary>  | 
