tootle-linux-client/data/com.github.bleakgrey.tootle...

65 lines
2.1 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="live-updates" type="b">
<default>true</default>
<summary>Real-time timelines</summary>
<description>Update timelines in real-time</description>
</key>
<key name="live-updates-public" type="b">
<default>false</default>
<summary>Real-time public timelines</summary>
<description>Update local and federated timelines in real-time. May clog up memory on busy instances.</description>
</key>
<key name="dark-theme" type="b">
<default>false</default>
<summary>Sets application theme to dark</summary>
<description></description>
</key>
<key name="char-limit" type="i">
<default>500</default>
<summary>Default character limit</summary>
<description>Change this if your instance supports more than 500 characters in posts</description>
</key>
<key name="watched-users" type="s">
<default>''</default>
<summary>Watched Users</summary>
<description>Comma separated list of usernames to notify you about</description>
</key>
<key name="watched-hashtags" type="s">
<default>''</default>
<summary>Watched Hashtags</summary>
<description>Comma separated list of hashtags to notify you about</description>
</key>
<key name="window-x" type="i">
<default>-1</default>
</key>
<key name="window-y" type="i">
<default>-1</default>
</key>
<key name="window-w" type="i">
<default>-1</default>
</key>
<key name="window-h" type="i">
<default>-1</default>
</key>
</schema>
</schemalist>