Battery: some fixes & cleanup

This commit is contained in:
notiant
2026-01-29 10:43:43 +01:00
committed by GitHub
parent 27bee0033d
commit 77a92d604c
5 changed files with 101 additions and 177 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ Loader {
Item {
id: batteryIndicator
property bool isReady: BatteryService.ready && BatteryService.batteryReady
property bool isReady: BatteryService.batteryReady
property real percent: BatteryService.batteryPercentage
property bool charging: BatteryService.batteryCharging
property bool pluggedIn: BatteryService.batteryPluggedIn