mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -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
|
<SpinBoxRow
|
||||||
bind:value={simulateFsrsRequest.reviewLimit}
|
bind:value={simulateFsrsRequest.reviewLimit}
|
||||||
defaultValue={defaults.reviewsPerDay}
|
defaultValue={$config.reviewsPerDay}
|
||||||
min={0}
|
min={0}
|
||||||
max={9999}
|
max={9999}
|
||||||
>
|
>
|
||||||
|
@ -540,7 +540,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
<SpinBoxRow
|
<SpinBoxRow
|
||||||
bind:value={simulateFsrsRequest.maxInterval}
|
bind:value={simulateFsrsRequest.maxInterval}
|
||||||
defaultValue={defaults.maximumReviewInterval}
|
defaultValue={$config.maximumReviewInterval}
|
||||||
min={1}
|
min={1}
|
||||||
max={36500}
|
max={36500}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue