mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
changed limit default
This commit is contained in:
parent
10b6431be1
commit
17da5fd2da
@ -40,7 +40,7 @@ func (widget *Widget) setList() {
|
||||
|
||||
for fromCurrency := range currenciesMap {
|
||||
displayName := Config.UString("wtf.mods.cryptolive.top."+fromCurrency+".displayName", "")
|
||||
limit := Config.UInt("wtf.mods.cryptolive.top."+fromCurrency+".limit", 5)
|
||||
limit := Config.UInt("wtf.mods.cryptolive.top."+fromCurrency+".limit", 1)
|
||||
widget.list.addItem(fromCurrency, displayName, limit, makeToList(fromCurrency, limit))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user