Add roundDownScore option to options dialog

This commit is contained in:
Claude Brisson
2024-03-10 20:37:34 +01:00
parent e5c95893ba
commit ea12fda4b7
2 changed files with 13 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ onLoad(() => {
},
main: {
mmsValueAbsent: form.val('mmsValueAbsent'),
roundDownScore: form.val('roundDownScore'),
firstSeedLastRound: form.val('firstSeedLastRound'),
firstSeedAddCrit: form.val('firstSeedAddRating') ? 'RATING' : 'NONE', // TODO use client side boolean
firstSeed: form.val('firstSeed'),