aboutsummaryrefslogtreecommitdiff
path: root/share/logdiag.gschema.xml
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-07-25 13:30:27 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-07-25 13:31:32 +0200
commit9003f36ba25426aa28db505384cc50b426e6505b (patch)
treee79b53e27d2f507fbc4b0b99842d7323e46e4a06 /share/logdiag.gschema.xml
parent6df51485d392908d1968b1e1d53e4cb7136ad04f (diff)
downloadlogdiag-9003f36ba25426aa28db505384cc50b426e6505b.tar.gz
logdiag-9003f36ba25426aa28db505384cc50b426e6505b.tar.xz
logdiag-9003f36ba25426aa28db505384cc50b426e6505b.zip
Tidy up GSettings
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>