InstanceTickerの仕様変更に対応
This commit is contained in:
parent
73b53ba9c4
commit
aed1bde1bc
@ -140,6 +140,7 @@ object InstanceTicker {
|
|||||||
val ia = cols[4].split(',')
|
val ia = cols[4].split(',')
|
||||||
.filter { it.isNotBlank() }
|
.filter { it.isNotBlank() }
|
||||||
.map { color(it) }
|
.map { color(it) }
|
||||||
|
.reversed()
|
||||||
|
|
||||||
this.colorBg = when {
|
this.colorBg = when {
|
||||||
ia.isNotEmpty() -> ColorBg(ia)
|
ia.isNotEmpty() -> ColorBg(ia)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user