Allow decimal timer delays

This commit is contained in:
Damien Elmes 2023-12-11 13:17:04 +10:00
parent 4f10a2818f
commit 699a63b85a

View file

@ -149,7 +149,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<SpinBoxFloatRow <SpinBoxFloatRow
bind:value={$config.secondsToShowQuestion} bind:value={$config.secondsToShowQuestion}
defaultValue={defaults.secondsToShowQuestion} defaultValue={defaults.secondsToShowQuestion}
step={1} step={0.1}
> >
<SettingTitle <SettingTitle
on:click={() => on:click={() =>
@ -166,7 +166,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<SpinBoxFloatRow <SpinBoxFloatRow
bind:value={$config.secondsToShowAnswer} bind:value={$config.secondsToShowAnswer}
defaultValue={defaults.secondsToShowAnswer} defaultValue={defaults.secondsToShowAnswer}
step={1} step={0.1}
> >
<SettingTitle <SettingTitle
on:click={() => on:click={() =>