mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32: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) {
|
||||
if (
|
||||
fsrsParams($config).toString() === initialParams.toString()
|
||||
) {
|
||||
if (fsrsParams($config).toString() === initialParams.toString()) {
|
||||
modal?.show();
|
||||
} else {
|
||||
alert(tr.deckConfigFsrsSimulateSavePreset());
|
||||
|
|
Loading…
Reference in a new issue