From 00111e4182d1e7ade17cdf197c62fc8e1f6762ce Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 8 Jul 2016 13:17:33 +1000 Subject: [PATCH] re-enable add-on downloading --- aqt/addons.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/aqt/addons.py b/aqt/addons.py index eb121b2d7..03ee880c2 100644 --- a/aqt/addons.py +++ b/aqt/addons.py @@ -119,9 +119,11 @@ class AddonManager(object): ###################################################################### def onGetAddons(self): - showInfo("Currently disabled, as add-ons built for 2.0.x will need updating") - - # GetAddons(self.mw) + showInfo("""\ +Most add-ons built for Anki 2.0.x will not work on this version of Anki \ +until they are updated. To avoid errors during startup, please only \ +download add-ons that say they support Anki 2.1.x in the description.""") + GetAddons(self.mw) def install(self, data, fname): if fname.endswith(".py"):