From e77632d7b213f61225697c2134d74379d561ff99 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 15 Oct 2024 21:32:46 +1000 Subject: [PATCH] Fix UI hanging when update check stalls https://forums.ankiweb.net/t/anki-24-10-beta/49989/222 --- qt/aqt/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/update.py b/qt/aqt/update.py index 1b60ded48..fd0e4eafd 100644 --- a/qt/aqt/update.py +++ b/qt/aqt/update.py @@ -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: