aboutsummaryrefslogtreecommitdiff
path: root/share/logdiag.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'share/logdiag.gschema.xml')
-rw-r--r--share/logdiag.gschema.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/share/logdiag.gschema.xml b/share/logdiag.gschema.xml
new file mode 100644
index 0000000..0020369
--- /dev/null
+++ b/share/logdiag.gschema.xml
@@ -0,0 +1,16 @@
+<schemalist>
+ <schema id="name.janouch.logdiag" path="/name/janouch/logdiag/" gettext-domain="logdiag">
+ <key name="show-main-toolbar" type="b">
+ <default>true</default>
+ <summary>Whether to show the main toolbar</summary>
+ </key>
+ <key name="show-library-pane" type="b">
+ <default>true</default>
+ <summary>Whether to show the library pane</summary>
+ </key>
+ <key name="show-grid" type="b">
+ <default>true</default>
+ <summary>Whether to show the grid</summary>
+ </key>
+ </schema>
+</schemalist>