mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
fix Find Dupes activation
This commit is contained in:
parent
f61920e7ed
commit
04f0adb847
1 changed files with 1 additions and 1 deletions
|
|
@ -870,7 +870,7 @@ where id in %s"""
|
|||
# Edit: finding dupes
|
||||
######################################################################
|
||||
|
||||
@ensure_editor_saved
|
||||
@ensure_editor_saved_on_trigger
|
||||
def onFindDupes(self) -> None:
|
||||
import anki.find
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue