mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Allow decimal timer delays
This commit is contained in:
parent
6f75b2eee2
commit
9248bb62e9
1 changed files with 2 additions and 2 deletions
|
|
@ -149,7 +149,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<SpinBoxFloatRow
|
||||
bind:value={$config.secondsToShowQuestion}
|
||||
defaultValue={defaults.secondsToShowQuestion}
|
||||
step={1}
|
||||
step={0.1}
|
||||
>
|
||||
<SettingTitle
|
||||
on:click={() =>
|
||||
|
|
@ -166,7 +166,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<SpinBoxFloatRow
|
||||
bind:value={$config.secondsToShowAnswer}
|
||||
defaultValue={defaults.secondsToShowAnswer}
|
||||
step={1}
|
||||
step={0.1}
|
||||
>
|
||||
<SettingTitle
|
||||
on:click={() =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue