From d4f6462e8a179629cfba35d91945b1d6c671b275 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Mon, 8 Sep 2025 00:40:12 -0400 Subject: [PATCH] Battery: deactivated test mode --- 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 060d3e1..9b8aef5 100644 --- a/Modules/Bar/Widgets/Battery.qml +++ b/Modules/Bar/Widgets/Battery.qml @@ -37,7 +37,7 @@ Item { !== undefined ? widgetSettings.warningThreshold : widgetMetadata.warningThreshold // Test mode - readonly property bool testMode: true + readonly property bool testMode: false readonly property int testPercent: 50 readonly property bool testCharging: true