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