mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Preset defaults for review intervals and per day.
This commit is contained in:
parent
affe15f018
commit
9063d3f5e3
1 changed files with 2 additions and 2 deletions
|
@ -529,7 +529,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<SpinBoxRow
|
||||
bind:value={simulateFsrsRequest.reviewLimit}
|
||||
defaultValue={defaults.reviewsPerDay}
|
||||
defaultValue={$config.reviewsPerDay}
|
||||
min={0}
|
||||
max={9999}
|
||||
>
|
||||
|
@ -540,7 +540,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<SpinBoxRow
|
||||
bind:value={simulateFsrsRequest.maxInterval}
|
||||
defaultValue={defaults.maximumReviewInterval}
|
||||
defaultValue={$config.maximumReviewInterval}
|
||||
min={1}
|
||||
max={36500}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue