Update settings.js

master
Andy Smy 2025-05-09 17:26:57 +01:00 committed by GitHub
parent 77824a5d41
commit 6da40dffc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@
onchange: v => {
settings.ballsPerOver = v;
writeSettings();
},
}
},
'Overs per innings': {
value: settings.oversPerInnings,
min: 12, max: 50,
@ -28,6 +29,6 @@
settings.oversPerInnings = v;
writeSettings();
}
},
}
});
})