mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
ensure actions are updated after plugins loaded
This commit is contained in:
parent
c2186f2a59
commit
a94e0ed29e
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ class AnkiQt(QMainWindow):
|
|||
unicode(traceback.format_exc(), "utf-8", "replace"))
|
||||
ui.splash.update()
|
||||
ui.splash.finish(self)
|
||||
# ensure actions are updated after plugins loaded
|
||||
self.moveToState("auto")
|
||||
self.show()
|
||||
if (self.deck and self.config['syncOnLoad'] and
|
||||
self.deck.syncName):
|
||||
|
|
Loading…
Reference in a new issue