mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Call browser show hook prior to initiating search
https://github.com/ankipalace/advanced-browser/issues/141
This commit is contained in:
parent
d90608198f
commit
9ed12bb9d0
1 changed files with 1 additions and 1 deletions
|
@ -137,8 +137,8 @@ class Browser(QMainWindow):
|
|||
self.on_undo_state_change(mw.undo_actions_info())
|
||||
# legacy alias
|
||||
self.model = MockModel(self)
|
||||
self.setupSearch(card, search)
|
||||
gui_hooks.browser_will_show(self)
|
||||
self.setupSearch(card, search)
|
||||
self.show()
|
||||
|
||||
def on_operation_did_execute(
|
||||
|
|
Loading…
Reference in a new issue