make battery icons adapt to battery percentage

This commit is contained in:
end-4
2026-03-11 23:33:45 +01:00
parent 09d92aff7b
commit 247da26c7b
6 changed files with 16 additions and 5 deletions
@@ -15,7 +15,7 @@ StyledPopup {
// Header
StyledPopupHeaderRow {
icon: "battery_android_full"
icon: Icons.getBatteryIcon(Battery.percentage * 100)
label: Translation.tr("Battery")
}