Fixup! Remove debug code
This commit is contained in:
parent
f7497eeb8b
commit
2733811ca0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Item {
|
|||
Timer {
|
||||
id: lowChargeBlink
|
||||
property int counter: 0
|
||||
running: (false && enableLowBatteryAnimation
|
||||
running: (enableLowBatteryAnimation
|
||||
&& !battery.chargerConnected
|
||||
&& _charge <= settings.lowAlert)
|
||||
repeat: true
|
||||
|
|
Loading…
Reference in a new issue