Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 15 lines 439 B view raw
1diff --git a/qt/aqt/main.py b/qt/aqt/main.py 2index 6c634132d..f3f3d4d10 100644 3--- a/qt/aqt/main.py 4+++ b/qt/aqt/main.py 5@@ -1421,6 +1421,8 @@ title="{}" {}>{}</button>""".format( 6 ########################################################################## 7 8 def setup_auto_update(self, _log: list[DownloadLogEntry]) -> None: 9+ return 10+ 11 from aqt.update import check_for_update 12 13 check_for_update() 14-- 152.42.0