forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / games / anki / patches / disable-auto-update.patch
blob25071a0f1943eb7077ff74899919f6407fc3fae4
1 diff --git a/qt/aqt/main.py b/qt/aqt/main.py
2 index 6c634132d..f3f3d4d10 100644
3 --- a/qt/aqt/main.py
4 +++ b/qt/aqt/main.py
5 @@ -1421,6 +1421,8 @@ title="{}" {}>{}</button>""".format(
6 ##########################################################################
8 def setup_auto_update(self, _log: list[DownloadLogEntry]) -> None:
9 + return
11 from aqt.update import check_for_update
13 check_for_update()
15 2.42.0