mirror of
https://github.com/ankitects/anki.git
synced 2025-12-15 15:50:59 -05: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")
|
self.moveToState("auto")
|
||||||
# check for updates
|
# check for updates
|
||||||
ui.splash.update()
|
ui.splash.update()
|
||||||
self.setupAutoUpdate()
|
|
||||||
self.setupErrorHandler()
|
self.setupErrorHandler()
|
||||||
self.setupMisc()
|
self.setupMisc()
|
||||||
self.loadPlugins()
|
self.loadPlugins()
|
||||||
|
self.setupAutoUpdate()
|
||||||
self.rebuildPluginsMenu()
|
self.rebuildPluginsMenu()
|
||||||
# run after-init hook
|
# run after-init hook
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue