Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added: Save to preset options
  • Loading branch information
Luc-Mcgrady committed Feb 27, 2025
commit 914cd1e78e66fbbfe8e43d3fd138b021afeb2e30
2 changes: 2 additions & 0 deletions ts/routes/deck-options/SimulatorModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
$newCardsIgnoreReviewLimit =
simulateFsrsRequest.newCardsIgnoreReviewLimit;
$config.reviewOrder = simulateFsrsRequest.reviewOrder;
$config.leechAction = suspendLeeches ? DeckConfig_Config_LeechAction.SUSPEND : DeckConfig_Config_LeechAction.TAG_ONLY;
$config.leechThreshold = leechThreshold;
onPresetChange();
}}
>
Expand Down