mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
Formatting
This commit is contained in:
parent
014247b70f
commit
77466b2a6c
1 changed files with 3 additions and 2 deletions
|
|
@ -473,8 +473,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
{#if simulateFsrsRequest.target?.kind.case === "memorized"}
|
||||
<SpinBoxFloatRow
|
||||
bind:value={simulateFsrsRequest.target.kind.value
|
||||
.lossAversion}
|
||||
bind:value={
|
||||
simulateFsrsRequest.target.kind.value.lossAversion
|
||||
}
|
||||
defaultValue={1.6}
|
||||
>
|
||||
<SettingTitle>
|
||||
|
|
|
|||
Loading…
Reference in a new issue