From 53901f2c9f06889d150b1880c04caeea2fb067b9 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Wed, 13 Aug 2025 07:39:08 -0400 Subject: [PATCH] Battery: disabled debug test mode --- Modules/Bar/Battery.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Battery.qml b/Modules/Bar/Battery.qml index ff80f00..97bc807 100644 --- a/Modules/Bar/Battery.qml +++ b/Modules/Bar/Battery.qml @@ -9,7 +9,7 @@ NPill { id: root // Test mode - property bool testMode: true + property bool testMode: false property int testPercent: 49 property bool testCharging: false