mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -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:
|
elif idx == 3:
|
||||||
filter = "is:due"
|
filter = "is:due"
|
||||||
elif idx == 4:
|
elif idx == 4:
|
||||||
filter = "is:suspended tag:leech"
|
filter = "tag:leech"
|
||||||
elif idx == 5:
|
elif idx == 5:
|
||||||
filter = "tag:none"
|
filter = "tag:none"
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue