mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Relax sm2 retention limits
This commit is contained in:
parent
6e5edd94e0
commit
2781d47d21
1 changed files with 2 additions and 2 deletions
|
@ -211,8 +211,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<SpinBoxFloatRow
|
<SpinBoxFloatRow
|
||||||
bind:value={$config.sm2Retention}
|
bind:value={$config.sm2Retention}
|
||||||
defaultValue={defaults.sm2Retention}
|
defaultValue={defaults.sm2Retention}
|
||||||
min={0.7}
|
min={0.5}
|
||||||
max={0.97}
|
max={1.0}
|
||||||
>
|
>
|
||||||
<SettingTitle on:click={() => openHelpModal("sm2Retention")}>
|
<SettingTitle on:click={() => openHelpModal("sm2Retention")}>
|
||||||
{tr.deckConfigSm2Retention()}
|
{tr.deckConfigSm2Retention()}
|
||||||
|
|
Loading…
Reference in a new issue