mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
fix browse link
This commit is contained in:
parent
92fe869653
commit
76b4343c5e
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class GetAddons(QDialog):
|
||||||
saveGeom(self, "getaddons")
|
saveGeom(self, "getaddons")
|
||||||
|
|
||||||
def onBrowse(self):
|
def onBrowse(self):
|
||||||
openLink(aqt.appShared + "addons/?v=2.1")
|
openLink(aqt.appShared + "addons/2.1")
|
||||||
|
|
||||||
def accept(self):
|
def accept(self):
|
||||||
# get codes
|
# get codes
|
||||||
|
|
Loading…
Reference in a new issue