had opencode fix my weird animation issues, now the bar loads correctly from a coldstart

This commit is contained in:
2026-08-09 12:23:50 +01:00
parent 021ddae2d0
commit 79d83cbe37
7 changed files with 37 additions and 25 deletions

View File

@@ -11,6 +11,7 @@ Singleton {
property double batteryPercentage: root.mainBattery.percentage || 0
property bool batteryPresent: root.mainBattery.ready || false
property UPowerDevice mainBattery: UPower.displayDevice || undefined
property bool hasLaptopBattery: root.mainBattery && root.mainBattery.isLaptopBattery