Skip to content

Commit

Permalink
[Plugin Manager] Reload manager contents after installing a plugin fr…
Browse files Browse the repository at this point in the history
…om zip. Fixes #17626
  • Loading branch information
borysiasty committed Dec 22, 2017
1 parent e16dfe4 commit c0b56a3
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 c0b56a3

Please sign in to comment.