mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Call the profile_did_open() hook earlier (#3421)
This commit is contained in:
parent
847f3f6714
commit
5bd66db3c6
1 changed files with 1 additions and 1 deletions
|
@ -529,8 +529,8 @@ class AnkiQt(QMainWindow):
|
|||
)
|
||||
|
||||
refresh_reviewer_on_day_rollover_change()
|
||||
self.maybe_auto_sync_on_open_close(_onsuccess)
|
||||
gui_hooks.profile_did_open()
|
||||
self.maybe_auto_sync_on_open_close(_onsuccess)
|
||||
|
||||
def unloadProfile(self, onsuccess: Callable) -> None:
|
||||
def callback() -> None:
|
||||
|
|
Loading…
Reference in a new issue