mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix Find Dupes activation
This commit is contained in:
parent
6b8c069900
commit
41d5cae7db
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ where id in %s"""
|
||||||
# Edit: finding dupes
|
# Edit: finding dupes
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
@ensure_editor_saved
|
@ensure_editor_saved_on_trigger
|
||||||
def onFindDupes(self) -> None:
|
def onFindDupes(self) -> None:
|
||||||
import anki.find
|
import anki.find
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue