mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
add missing runHook to deck options
This commit is contained in:
parent
d0fcf6a2ff
commit
807b7382cb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import anki.js
|
||||||
from anki.errors import DeckRenameError
|
from anki.errors import DeckRenameError
|
||||||
import aqt
|
import aqt
|
||||||
from anki.sound import clearAudioQueue
|
from anki.sound import clearAudioQueue
|
||||||
|
from anki.hooks import runHook
|
||||||
|
|
||||||
class DeckBrowser(object):
|
class DeckBrowser(object):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue