Bug fixes
This commit is contained in:
parent
7f678cd31e
commit
678a75245f
@ -117,5 +117,5 @@ def config_menu():
|
|||||||
add menu to anki window menebar
|
add menu to anki window menebar
|
||||||
"""
|
"""
|
||||||
action = QAction(APP_ICON, "FastWQ...", mw)
|
action = QAction(APP_ICON, "FastWQ...", mw)
|
||||||
action.triggered.connect(show_options)
|
action.triggered.connect(lambda: show_options())
|
||||||
mw.form.menuTools.addAction(action)
|
mw.form.menuTools.addAction(action)
|
||||||
|
|||||||
@ -117,5 +117,5 @@ def config_menu():
|
|||||||
add menu to anki window menebar
|
add menu to anki window menebar
|
||||||
"""
|
"""
|
||||||
action = QAction(APP_ICON, "FastWQ...", mw)
|
action = QAction(APP_ICON, "FastWQ...", mw)
|
||||||
action.triggered.connect(show_options)
|
action.triggered.connect(lambda: show_options())
|
||||||
mw.form.menuTools.addAction(action)
|
mw.form.menuTools.addAction(action)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user