battery-wid

This commit is contained in:
Zacharias-Brohn
2026-02-11 16:08:38 +01:00
parent fc3a226b7d
commit a717c8c18c
2 changed files with 4 additions and 5 deletions
-2
View File
@@ -12,8 +12,6 @@ Item {
anchors.top: parent.top
anchors.bottom: parent.bottom
Component.onCompleted: UPower.findDevice()
CustomText {
text: UPower.batteryDevice.percentage + "%"
anchors.centerIn: parent