mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Update ts/routes/deck-options/FsrsOptions.svelte
This commit is contained in:
parent
11e9b89cc0
commit
d9910ee548
1 changed files with 0 additions and 1 deletions
|
@ -341,7 +341,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
function showSimulatorModal(modal: Modal) {
|
function showSimulatorModal(modal: Modal) {
|
||||||
if (
|
if (
|
||||||
initialParmas.length === 0 ||
|
|
||||||
fsrsParams($config).toString() === initialParmas.toString()
|
fsrsParams($config).toString() === initialParmas.toString()
|
||||||
) {
|
) {
|
||||||
modal?.show();
|
modal?.show();
|
||||||
|
|
Loading…
Reference in a new issue