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>
|
2021-01-29 14:36:48 +01:00
|
|
|
<key name="auto-lock" type="b">
|
2021-01-31 21:32:53 +01:00
|
|
|
<default>false</default>
|
|
|
|
<summary>Auto lock</summary>
|
|
|
|
<description>Whether to auto lock the application or not</description>
|
2020-11-09 00:43:47 +01:00
|
|
|
</key>
|
2021-01-29 14:36:48 +01:00
|
|
|
<key name="auto-lock-timeout" type="u">
|
2021-01-31 21:32:53 +01:00
|
|
|
<default>5</default>
|
|
|
|
<summary>Auto lock timeout</summary>
|
|
|
|
<description>Lock the application on idle after X minutes</description>
|
2019-09-03 00:07:06 +00:00
|
|
|
</key>
|
2022-04-27 15:27:28 +02:00
|
|
|
<key name="keyrings-migrated" type="b">
|
|
|
|
<default>false</default>
|
|
|
|
</key>
|
2022-12-27 11:45:17 +01:00
|
|
|
<key name="download-favicons" type="b">
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Download Favicons</summary>
|
|
|
|
<description>Whether the application should attempt to find an icon for the providers.</description>
|
|
|
|
</key>
|
|
|
|
<key name="download-favicons-metered" type="b">
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Download Favicons over metered connections</summary>
|
|
|
|
<description>Whether the application should download favicons over a metered connection.</description>
|
|
|
|
</key>
|
2019-09-03 00:07:06 +00:00
|
|
|
</schema>
|
|
|
|
</schemalist>
|