mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Fix sm2_retention getting reset on downgrade/sync
This commit is contained in:
parent
20813eeb32
commit
f934bc2cf3
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ impl From<DeckConfig> for DeckConfSchema11 {
|
||||||
fsrs_weights: i.fsrs_weights,
|
fsrs_weights: i.fsrs_weights,
|
||||||
desired_retention: i.desired_retention,
|
desired_retention: i.desired_retention,
|
||||||
reschedule_fsrs_cards: i.reschedule_fsrs_cards,
|
reschedule_fsrs_cards: i.reschedule_fsrs_cards,
|
||||||
sm2_retention: 0.9,
|
sm2_retention: i.sm2_retention,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue