From 5488063490cb8040ec3b031b8e834947a9436de0 Mon Sep 17 00:00:00 2001 From: Dillon Johnson Date: Sun, 31 Aug 2025 15:16:06 -1000 Subject: [PATCH] disable test mode for battery. --- Modules/Bar/Widgets/Battery.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Widgets/Battery.qml b/Modules/Bar/Widgets/Battery.qml index fccfe0e..26a7225 100644 --- a/Modules/Bar/Widgets/Battery.qml +++ b/Modules/Bar/Widgets/Battery.qml @@ -65,7 +65,7 @@ Item { id: pill // Test mode - property bool testMode: true + property bool testMode: false property int testPercent: 20 property bool testCharging: false property var battery: UPower.displayDevice