mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
dupes->dupe (fix dupe search)
This commit is contained in:
parent
daca1af693
commit
4d2101cf89
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Finder(object):
|
|||
prop=self._findProp,
|
||||
rated=self._findRated,
|
||||
tag=self._findTag,
|
||||
dupes=self._findDupes,
|
||||
dupe=self._findDupes,
|
||||
)
|
||||
self.search['is'] = self._findCardState
|
||||
runHook("search", self.search)
|
||||
|
|
Loading…
Reference in a new issue