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: