2019-09-03 00:07:06 +00:00
|
|
|
<?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>
|
2020-11-09 00:43:47 +01:00
|
|
|
<key name='auto-lock' type='b'>
|
|
|
|
<default>false</default>
|
|
|
|
<summary>Auto lock</summary>
|
|
|
|
<description>Whether to auto lock the application or not</description>
|
|
|
|
</key>
|
2019-09-03 00:07:06 +00:00
|
|
|
<key name='auto-lock-timeout' type='i'>
|
|
|
|
<default>15</default>
|
|
|
|
<summary>Auto lock timeout</summary>
|
|
|
|
<description>Lock the application on idle after X minutes</description>
|
|
|
|
</key>
|
|
|
|
</schema>
|
|
|
|
</schemalist>
|