Relax sm2 retention limits

This commit is contained in:
Damien Elmes 2023-10-25 12:29:38 +10:00
parent 6e5edd94e0
commit 2781d47d21

View file

@ -211,8 +211,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<SpinBoxFloatRow
bind:value={$config.sm2Retention}
defaultValue={defaults.sm2Retention}
min={0.7}
max={0.97}
min={0.5}
max={1.0}
>
<SettingTitle on:click={() => openHelpModal("sm2Retention")}>
{tr.deckConfigSm2Retention()}