mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
type->is
This commit is contained in:
parent
8ca606dbaf
commit
7b0c13d94f
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ class EditDeck(QMainWindow):
|
||||||
elif idx == 2:
|
elif idx == 2:
|
||||||
filter = "tag:suspended"
|
filter = "tag:suspended"
|
||||||
elif idx == 3:
|
elif idx == 3:
|
||||||
filter = "type:due"
|
filter = "is:due"
|
||||||
elif idx == 4:
|
elif idx == 4:
|
||||||
filter = "tag:none"
|
filter = "tag:none"
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue