aboutsummaryrefslogtreecommitdiff
path: root/fiv.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fiv.gschema.xml')
-rw-r--r--fiv.gschema.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/fiv.gschema.xml b/fiv.gschema.xml
index a0b9aab..f869d2f 100644
--- a/fiv.gschema.xml
+++ b/fiv.gschema.xml
@@ -17,6 +17,13 @@
double buffering.
</description>
</key>
+ <key name='opengl' type='b'>
+ <default>false</default>
+ <summary>Use experimental OpenGL rendering</summary>
+ <description>
+ OpenGL within GTK+ is highly problematic--you don't want this.
+ </description>
+ </key>
<key name='dark-theme' type='b'>
<default>false</default>
<summary>Use a dark theme variant on start-up</summary>
@@ -25,6 +32,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>