mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -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,
|
prop=self._findProp,
|
||||||
rated=self._findRated,
|
rated=self._findRated,
|
||||||
tag=self._findTag,
|
tag=self._findTag,
|
||||||
dupes=self._findDupes,
|
dupe=self._findDupes,
|
||||||
)
|
)
|
||||||
self.search['is'] = self._findCardState
|
self.search['is'] = self._findCardState
|
||||||
runHook("search", self.search)
|
runHook("search", self.search)
|
||||||
|
|
Loading…
Reference in a new issue