wrong color
This commit is contained in:
parent
c1dae41baa
commit
8b68977425
|
@ -33,7 +33,7 @@ Item {
|
|||
anchors.topMargin: 1
|
||||
anchors.bottomMargin: 1
|
||||
source: Helper.batteryIcon(batteryStatus)
|
||||
color: batteryPercent == -1 ? colorFull : Kirigami.Theme.textColor
|
||||
color: batteryPercent == -1 ? colorEmpty : Kirigami.Theme.textColor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user