aboutsummaryrefslogtreecommitdiff
path: root/src/org.sigxcpu.uplanfahr.gschema.xml
blob: ca6af26e49b8562514780faa6bc7508a02d923d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/sigxcpu/uplanfahr/" id="org.sigxcpu.uplanfahr">
    <key name="font" type="s">
      <default>'Monospace 12'</default>
      <summary>Font</summary>
      <description>The font to be used for content.</description>
    </key>
    <key name="fullscreen" type="b">
      <default>false</default>
      <summary>Fullscreen</summary>
      <description>Whether to display the app fullscreen.</description>
    </key>
    <key name="show-words" type="b">
      <default>false</default>
      <summary>Show words</summary>
      <description>Whether to show a word list in the sidebar</description>
    </key>
  </schema>
</schemalist>