v1.2.0: add split-flap board and nixie tube display modes with display style config
This commit is contained in:
@@ -5,6 +5,15 @@
|
||||
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
|
||||
<kcfgfile name=""/>
|
||||
<group name="General">
|
||||
<entry name="displayMode" type="Enum">
|
||||
<label>Display style for the price</label>
|
||||
<choices>
|
||||
<choice name="PlainText"/>
|
||||
<choice name="SplitFlap"/>
|
||||
<choice name="Nixie"/>
|
||||
</choices>
|
||||
<default>0</default>
|
||||
</entry>
|
||||
<entry name="refreshMinutes" type="Int">
|
||||
<label>Refresh interval in minutes (minimum 5 because of the CoinGecko rate limit)</label>
|
||||
<default>5</default>
|
||||
|
||||
Reference in New Issue
Block a user