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