Skip to content

Commit

Permalink
changed limit default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 5, 2018
1 parent 10b6431 commit 17da5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptoexchanges/cryptolive/toplist/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
}
Expand Down

0 comments on commit 17da5fd

Please sign in to comment.