danbooru-client/src/danboorusettings.kcfg

30 lines
No EOL
978 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfgfile name="danbooru_clientrc"/>
<group name="danbooru_client">
<entry name="MaxPosts" type="Int">
<default>10</default>
<min>1</min>
<max>100</max>
<label>The number of posts to retrieve.</label>
</entry>
<entry name="TagBlacklist" type="StringList">
<label>Exclude posts including these tags.</label>
</entry>
<entry name="Boards" type="StringList">
<label>Danbooru boards to connect to.</label>
</entry>
<entry name="CacheSize" type="Int">
<label>Size of the thumbnail cache.</label>
<min>1000</min>
</entry>
</group>
</kcfg>