mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-02 05:54:16 +00:00
40 lines
1.3 KiB
XML
40 lines
1.3 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="current-account" type="i">
|
|
<default>0</default>
|
|
<summary>Current Account</summary>
|
|
<description>Do not edit or it shall set your house on fire</description>
|
|
</key>
|
|
<key name="notifications" type="b">
|
|
<default>true</default>
|
|
<summary>Display desktop notifications</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>
|
|
<key name="cache-size" type="i">
|
|
<default>64</default>
|
|
<summary>Cache size</summary>
|
|
<description>Sets the maximum size of cached content</description>
|
|
</key>
|
|
<key name="live-updates" type="b">
|
|
<default>true</default>
|
|
<summary>Update timelines in real-time</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="dark-theme" type="b">
|
|
<default>false</default>
|
|
<summary>Sets application theme to dark</summary>
|
|
<description></description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|