kdelibs/plasma/data/kconfigxt/libplasma-theme-global.kcfg
Ivailo Monev e834124005 plasma: correct configuration options description
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-01-09 10:03:31 +02:00

19 lines
817 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="plasmarc" />
<group name="CachePolicies">
<entry key="CacheTheme" type="Bool">
<label>Whether or not cache for the theme pixmaps.</label>
<default>true</default>
</entry>
<entry key="ThemeCacheKb" type="Int">
<label>The maximum size of the Theme cache in kilobytes. Note that the cache is stored in memory, setting a larger size is therefore not quite safe.</label>
<default>81920</default>
</entry>
</group>
</kcfg>