Compare commits

..

3 Commits

Author SHA1 Message Date
c1267d5d8e remove battery module from local pc 2026-02-18 16:47:53 +01:00
b09099a217 remove anchor bindings on battery 2026-02-08 12:32:21 +01:00
c13610253f fix battery logic 2026-02-08 12:22:17 +01:00

View File

@ -100,6 +100,7 @@ Rectangle {
CustomIcon {
id: batIcon
Layout.alignment: Qt.AlignVCenter
visible: UPower.displayDevice.isLaptopBattery
text: Fn.getBatteryIcon(root.perc)
MouseArea {
id: batHover