had opencode fix my weird animation issues, now the bar loads correctly from a coldstart
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user