15 lines
552 B
XML
15 lines
552 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- GTK settings schema / configuration. Deploy this e.g. to $HOME/.local/share/glib-2.0/schemas -->
|
|
<schemalist>
|
|
<schema id="de.frajul.music-reader" path="/de/frajul/music-reader/">
|
|
<key name="fullscreen" type="b">
|
|
<default>false</default>
|
|
<summary>Whether the application is in fullscreen mode</summary>
|
|
</key>
|
|
<key name="color-mode" type="s">
|
|
<default>'Normal'</default>
|
|
<summary>The color mode used to render the pdf pages</summary>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|