mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
do auto update after plugins loaded
This commit is contained in:
parent
a012e78a12
commit
f9cc13bd23
1 changed files with 1 additions and 1 deletions
|
@ -69,10 +69,10 @@ class AnkiQt(QMainWindow):
|
|||
self.moveToState("auto")
|
||||
# check for updates
|
||||
ui.splash.update()
|
||||
self.setupAutoUpdate()
|
||||
self.setupErrorHandler()
|
||||
self.setupMisc()
|
||||
self.loadPlugins()
|
||||
self.setupAutoUpdate()
|
||||
self.rebuildPluginsMenu()
|
||||
# run after-init hook
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue