mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
when showing leeches, no need to ensure they're suspended
This commit is contained in:
parent
136d056779
commit
f7dd0623b7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue