Authenticator/data/com.github.bilelmoussaoui.Authenticator.gschema.xml
Bilal Elmoussaoui da7e2cb97b Backup & Restore
2018-09-11 15:30:19 +00:00

31 lines
987 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/github/bilelmoussaoui/Authenticator/" id="com.github.bilelmoussaoui.Authenticator" gettext-domain="Authenticator">
<key name="window-position" type="ai">
<default>[0,0]</default>
<summary>Default window postiton</summary>
<description>
Default window postiton
</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>
<key name="gpg-location" type="s">
<default>'~/.gnupg/'</default>
<summary>GPG keys location</summary>
<description>
</description>
</key>
</schema>
</schemalist>