From f7dd0623b7be063031ffb272b98ced2c36c77c22 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 26 Jun 2009 08:26:20 +0900 Subject: [PATCH] when showing leeches, no need to ensure they're suspended --- ankiqt/ui/cardlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/cardlist.py b/ankiqt/ui/cardlist.py index 0f13c0900..be6f28bc8 100644 --- a/ankiqt/ui/cardlist.py +++ b/ankiqt/ui/cardlist.py @@ -514,7 +514,7 @@ class EditDeck(QMainWindow): elif idx == 3: filter = "is:due" elif idx == 4: - filter = "is:suspended tag:leech" + filter = "tag:leech" elif idx == 5: filter = "tag:none" else: