mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
Hide loss aversion
This commit is contained in:
parent
003cdfd2ec
commit
f4b760153f
1 changed files with 0 additions and 9 deletions
|
@ -306,15 +306,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<SettingTitle>Minutes study/day</SettingTitle>
|
<SettingTitle>Minutes study/day</SettingTitle>
|
||||||
</SpinBoxRow>
|
</SpinBoxRow>
|
||||||
|
|
||||||
<SpinBoxFloatRow
|
|
||||||
bind:value={optimalRetentionRequest.lossAversion}
|
|
||||||
defaultValue={2.5}
|
|
||||||
min={1.0}
|
|
||||||
max={3.0}
|
|
||||||
>
|
|
||||||
<SettingTitle>Loss aversion</SettingTitle>
|
|
||||||
</SpinBoxFloatRow>
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="btn {computingRetention ? 'btn-warning' : 'btn-primary'}"
|
class="btn {computingRetention ? 'btn-warning' : 'btn-primary'}"
|
||||||
disabled={!computingRetention && computing}
|
disabled={!computingRetention && computing}
|
||||||
|
|
Loading…
Reference in a new issue