mirror of https://github.com/espruino/BangleApps
sched: fix initial display of forever-buzzcount
parent
40b718ed49
commit
6aa0b8dbe7
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
|
||||
/*LANG*/"Buzz Count": {
|
||||
value: settings.buzzCount,
|
||||
value: settings.buzzCount == null ? 4 : settings.buzzCount,
|
||||
min: 4,
|
||||
max: 15,
|
||||
step: 1,
|
||||
|
|
Loading…
Reference in New Issue