mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Fix UI hanging when update check stalls
https://forums.ankiweb.net/t/anki-24-10-beta/49989/222
This commit is contained in:
parent
6146dcc390
commit
d494d1ff1c
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def check_for_update() -> None:
|
|||
|
||||
QueryOp(parent=mw, op=do_check, success=on_done).failure(
|
||||
on_fail
|
||||
).run_in_background()
|
||||
).without_collection().run_in_background()
|
||||
|
||||
|
||||
def prompt_to_update(mw: aqt.AnkiQt, ver: str) -> None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue