mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
switch default leech action to tag only
This commit is contained in:
parent
c77d017135
commit
1beed74464
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ impl Default for DeckConf {
|
||||||
graduating_interval_good: 1,
|
graduating_interval_good: 1,
|
||||||
graduating_interval_easy: 4,
|
graduating_interval_easy: 4,
|
||||||
new_card_order: NewCardOrder::Due as i32,
|
new_card_order: NewCardOrder::Due as i32,
|
||||||
leech_action: LeechAction::Suspend as i32,
|
leech_action: LeechAction::TagOnly as i32,
|
||||||
leech_threshold: 8,
|
leech_threshold: 8,
|
||||||
other: vec![],
|
other: vec![],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue