We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16dfe4 commit c0b56a3Copy full SHA for c0b56a3
python/pyplugin_installer/installer.py
@@ -569,6 +569,7 @@ def installFromZipFile(self, filePath):
569
loadPlugin(pluginName)
570
plugins.getAllInstalled()
571
plugins.rebuild()
572
+ self.exportPluginsToManager()
573
574
if settings.contains('/PythonPlugins/' + pluginName):
575
if settings.value('/PythonPlugins/' + pluginName, False, bool):
0 commit comments