From 23f9b6a6cbe273f16803062ae24119ba57096f46 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Wed, 11 Feb 2026 15:57:26 +0100 Subject: [PATCH] battery-wid --- Modules/UPower/UPowerWidget.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/UPower/UPowerWidget.qml b/Modules/UPower/UPowerWidget.qml index 2abfb76..ab0f860 100644 --- a/Modules/UPower/UPowerWidget.qml +++ b/Modules/UPower/UPowerWidget.qml @@ -22,5 +22,6 @@ Item { CustomText { text: findDevice().percentage + anchors.centerIn: parent } }