sched: fix initial display of forever-buzzcount

pull/3220/head
Rob Pilling 2024-02-29 23:43:16 +00:00
parent 40b718ed49
commit 6aa0b8dbe7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
},
/*LANG*/"Buzz Count": {
value: settings.buzzCount,
value: settings.buzzCount == null ? 4 : settings.buzzCount,
min: 4,
max: 15,
step: 1,