Authenticator/data/com.github.bilelmoussaoui.Authenticator.gschema.xml
Bilal Elmoussaoui f4885b209a rename RDNN
2018-03-16 04:12:49 +01:00

26 lines
833 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="window-size" type="ai">
<default>[400,600]</default>
<summary>Default window size</summary>
<description>
Default window size
</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>
</schema>
</schemalist>