wrong color

This commit is contained in:
Flummi 2024-06-07 16:33:19 +02:00
parent c1dae41baa
commit 8b68977425
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817

View File

@ -33,7 +33,7 @@ Item {
anchors.topMargin: 1 anchors.topMargin: 1
anchors.bottomMargin: 1 anchors.bottomMargin: 1
source: Helper.batteryIcon(batteryStatus) source: Helper.batteryIcon(batteryStatus)
color: batteryPercent == -1 ? colorFull : Kirigami.Theme.textColor color: batteryPercent == -1 ? colorEmpty : Kirigami.Theme.textColor
} }
} }
} }