Authenticator/data/com.github.bilelmoussaoui.Authenticator.gschema.xml.in
2019-02-11 21:20:06 +01:00

20 lines
740 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="@schema-path@" id="@app-id@" gettext-domain="@gettext-package@">
<key name="window-position" type="ai">
<default>[0,0]</default>
<summary>Default window position</summary>
<description>Default window position</description>
</key>
<key name="night-mode" type="b">
<default>false</default>
<summary>Night mode</summary>
<description>Enable/disable night mode within the application</description>
</key>
<key name="is-maximized" type="b">
<default>false</default>
<summary>Default window maximized behaviour</summary>
<description></description>
</key>
</schema>
</schemalist>