18 lines
496 B
XML
18 lines
496 B
XML
<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-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>
|
|
|