cfg: slider for pollingrate

This commit is contained in:
2024-01-19 02:57:59 +01:00
parent 4cea131ed0
commit 026f9b740a
2 changed files with 31 additions and 11 deletions

View File

@ -4,12 +4,12 @@
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfgfile name=""/>
<group name="General">
<entry name="pollingrate" type="Int">
<default>10</default>
<min>2</min>
<max>60</max>
<default>10.0</default>
<min>2.0</min>
<max>60.0</max>
</entry>
</group>
</kcfg>