Skip to content

Commit

Permalink
Merge pull request #5943 from borysiasty/zip-reloading
Browse files Browse the repository at this point in the history
[Plugin Manager] Reload manager contents after installing a plugin from zip.
  • Loading branch information
alexbruy committed Dec 23, 2017
2 parents 6ac6939 + c0b56a3 commit 1e06abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyplugin_installer/installer.py
Expand Up @@ -569,6 +569,7 @@ def installFromZipFile(self, filePath):
loadPlugin(pluginName)
plugins.getAllInstalled()
plugins.rebuild()
self.exportPluginsToManager()

if settings.contains('/PythonPlugins/' + pluginName):
if settings.value('/PythonPlugins/' + pluginName, False, bool):
Expand Down

0 comments on commit 1e06abb

Please sign in to comment.