mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema path="/com/belmoussaoui/Authenticator/" id="@app-id@" gettext-domain="@gettext-package@">
|
|
<key name="window-width" type="i">
|
|
<default>-1</default>
|
|
<summary>Default window width</summary>
|
|
<description>Default window width</description>
|
|
</key>
|
|
<key name="window-height" type="i">
|
|
<default>-1</default>
|
|
<summary>Default window height</summary>
|
|
<description>Default window height</description>
|
|
</key>
|
|
<key name="is-maximized" type="b">
|
|
<default>false</default>
|
|
<summary>Default window maximized behaviour</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="dark-theme" type="b">
|
|
<default>false</default>
|
|
<summary>Dark Theme</summary>
|
|
<description>Whether the application should use a dark theme.</description>
|
|
</key>
|
|
<key name="auto-lock" type="b">
|
|
<default>false</default>
|
|
<summary>Auto lock</summary>
|
|
<description>Whether to auto lock the application or not</description>
|
|
</key>
|
|
<key name="auto-lock-timeout" type="u">
|
|
<default>5</default>
|
|
<summary>Auto lock timeout</summary>
|
|
<description>Lock the application on idle after X minutes</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|