void-packages/srcpkgs/anki/patches/disable_popup.patch
Dmitry Zakharchenko 065953c8cd anki: fix type errors and profile saving.
Also, disable useless auto update dialog on start.
2021-11-17 17:23:50 +01:00

10 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()