mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
./check
This commit is contained in:
parent
c534abeb62
commit
41e34603cd
1 changed files with 1 additions and 3 deletions
|
@ -340,9 +340,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
|
|
||||||
function showSimulatorModal(modal: Modal) {
|
function showSimulatorModal(modal: Modal) {
|
||||||
if (
|
if (fsrsParams($config).toString() === initialParams.toString()) {
|
||||||
fsrsParams($config).toString() === initialParams.toString()
|
|
||||||
) {
|
|
||||||
modal?.show();
|
modal?.show();
|
||||||
} else {
|
} else {
|
||||||
alert(tr.deckConfigFsrsSimulateSavePreset());
|
alert(tr.deckConfigFsrsSimulateSavePreset());
|
||||||
|
|
Loading…
Reference in a new issue