From 2733811ca0274ba7d397b45f303bb21d84ada32a Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 28 Aug 2022 09:55:22 +0300 Subject: [PATCH] Fixup! Remove debug code --- application/qml/components/BatteryGraph.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/qml/components/BatteryGraph.qml b/application/qml/components/BatteryGraph.qml index 7fd3875..2c5c8f6 100644 --- a/application/qml/components/BatteryGraph.qml +++ b/application/qml/components/BatteryGraph.qml @@ -43,7 +43,7 @@ Item { Timer { id: lowChargeBlink property int counter: 0 - running: (false && enableLowBatteryAnimation + running: (enableLowBatteryAnimation && !battery.chargerConnected && _charge <= settings.lowAlert) repeat: true