aboutsummaryrefslogtreecommitdiff
path: root/share/org.logdiag.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'share/org.logdiag.gschema.xml')
-rw-r--r--share/org.logdiag.gschema.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/share/org.logdiag.gschema.xml b/share/org.logdiag.gschema.xml
new file mode 100644
index 0000000..515e0b8
--- /dev/null
+++ b/share/org.logdiag.gschema.xml
@@ -0,0 +1,17 @@
+<schemalist>
+ <schema id="org.logdiag" path="/apps/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-toolbar" type="b">
+ <default>true</default>
+ <summary>Whether to show the library toolbar</summary>
+ </key>
+ <key name="show-grid" type="b">
+ <default>true</default>
+ <summary>Whether to show the grid</summary>
+ </key>
+ </schema>
+</schemalist>
+