Authenticator/data/com.github.bilelmoussaoui.Authenticator.gschema.xml

36 lines
1.3 KiB
XML
Raw Normal View History

2018-03-16 04:12:49 +01:00
<?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">
2018-09-23 10:36:52 +00:00
<default>[0,0]</default>
<summary>Default window position</summary>
<description>Default window position</description>
2018-03-16 04:12:49 +01:00
</key>
<key name="night-mode" type="b">
2018-09-23 10:36:52 +00:00
<default>false</default>
<summary>Night mode</summary>
<description>Enable/disable night mode within the application</description>
2018-03-16 04:12:49 +01:00
</key>
2018-07-14 15:11:46 +02:00
<key name="is-maximized" type="b">
2018-09-23 10:36:52 +00:00
<default>false</default>
<summary>Default window maximized behaviour</summary>
<description></description>
2018-07-14 15:11:46 +02:00
</key>
2018-09-11 15:30:19 +00:00
<key name="gpg-location" type="s">
2018-09-23 10:36:52 +00:00
<default>'~/.gnupg/'</default>
<summary>GPG keys location</summary>
<description></description>
</key>
<key name="is-locked" type="b">
<default>false</default>
<summary>Whether the application is locked with a password or not</summary>
<description></description>
</key>
<key name="can-be-locked" type="b">
<default>false</default>
<summary>Whether the application can be locked or not</summary>
<description></description>
2018-09-11 15:30:19 +00:00
</key>
2018-03-16 04:12:49 +01:00
</schema>
</schemalist>