From 1beed744648616dcfa0fd4968c50b2bdaf0a289d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 9 Jun 2020 12:03:47 +1000 Subject: [PATCH] switch default leech action to tag only --- rslib/src/deckconf/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/src/deckconf/mod.rs b/rslib/src/deckconf/mod.rs index 02101cd68..f57fe4158 100644 --- a/rslib/src/deckconf/mod.rs +++ b/rslib/src/deckconf/mod.rs @@ -56,7 +56,7 @@ impl Default for DeckConf { graduating_interval_good: 1, graduating_interval_easy: 4, new_card_order: NewCardOrder::Due as i32, - leech_action: LeechAction::Suspend as i32, + leech_action: LeechAction::TagOnly as i32, leech_threshold: 8, other: vec![], },