We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff6b84 commit 3f412e4Copy full SHA for 3f412e4
python/plugins/plugin_installer/installer_gui.py
@@ -592,15 +592,15 @@ def upgradeAllClicked(self):
592
def installPluginClicked(self):
593
if not self.treePlugins.currentItem():
594
return
595
- key = plugins.keyByUrl(self.treePlugins.currentItem().toolTip(5))
+ key = plugins.keyByUrl(self.treePlugins.currentItem().toolTip(6))
596
self.installPlugin(key)
597
598
599
# ----------------------------------------- #
600
def uninstallPluginClicked(self):
601
602
603
604
self.uninstallPlugin(key)
605
606
0 commit comments