Update settings.js
parent
c958ad4ae7
commit
7402e80119
|
|
@ -14,7 +14,7 @@
|
|||
"" : { "title" : "Umpire Ball Counter" },
|
||||
"< Back" : () => back(),
|
||||
'Balls per over': {
|
||||
value: 0|settings.ballsPerOver, // 0| converts undefined to 0
|
||||
value: settings.ballsPerOver,
|
||||
min: 4, max: 10,
|
||||
onchange: v => {
|
||||
settings.ballsPerOver = v;
|
||||
|
|
|
|||
Loading…
Reference in New Issue