From c5a7dd9d25cc4be68f4d4b655a8562800f08492e Mon Sep 17 00:00:00 2001 From: quadbyte Date: Mon, 18 Aug 2025 16:10:53 -0400 Subject: [PATCH] Battery: revert 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 0fbfff1..69f2a46 100644 --- a/Modules/Bar/Battery.qml +++ b/Modules/Bar/Battery.qml @@ -10,7 +10,7 @@ NPill { id: root // Test mode - property bool testMode: true + property bool testMode: false property int testPercent: 49 property bool testCharging: false