Skip to content

Commit c0b56a3

Browse files
committedDec 22, 2017
[Plugin Manager] Reload manager contents after installing a plugin from zip. Fixes #17626
1 parent e16dfe4 commit c0b56a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/pyplugin_installer/installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ def installFromZipFile(self, filePath):
569569
loadPlugin(pluginName)
570570
plugins.getAllInstalled()
571571
plugins.rebuild()
572+
self.exportPluginsToManager()
572573

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

0 commit comments

Comments
 (0)
Please sign in to comment.