mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-02 05:54:16 +00:00
40 lines
1.2 KiB
XML
40 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema path="/com/github/bleakgrey/tootle/" id="com.github.bleakgrey.tootle" gettext-domain="com.github.bleakgrey.tootle">
|
|
<key name="client-id" type="s">
|
|
<default>'null'</default>
|
|
<summary>Client ID</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="client-secret" type="s">
|
|
<default>'null'</default>
|
|
<summary>Client Secret</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="instance-url" type="s">
|
|
<default>'null'</default>
|
|
<summary>Instance URL</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="access-token" type="s">
|
|
<default>'null'</default>
|
|
<summary>Access Token</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="refresh-token" type="s">
|
|
<default>'null'</default>
|
|
<summary>Refresh Token</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="always-online" type="b">
|
|
<default>false</default>
|
|
<summary>Always monitor new notifications</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="cache" type="b">
|
|
<default>false</default>
|
|
<summary>Cache images to reduce network load</summary>
|
|
<description></description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|