void-packages/srcpkgs/anki/patches/disable_popup.patch

11 lines
236 B
Diff

--- a/aqt/update.py
+++ b/aqt/update.py
@@ -31,6 +31,7 @@ class LatestVersionFinder(QThread):
return d
def run(self):
+ return
if not self.config['updates']:
return
d = self._data()