Fixup! Remove debug code

This commit is contained in:
Matti Viljanen 2022-08-28 09:55:22 +03:00
parent f7497eeb8b
commit 2733811ca0
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -43,7 +43,7 @@ Item {
Timer {
id: lowChargeBlink
property int counter: 0
running: (false && enableLowBatteryAnimation
running: (enableLowBatteryAnimation
&& !battery.chargerConnected
&& _charge <= settings.lowAlert)
repeat: true