Do not show the plugin unload on exit
This commit is contained in:
parent
f809dffd8e
commit
9c2203e7e3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class PluginManager(object):
|
|||
def disable_plugins(self):
|
||||
for plugin in set(self.plugins.keys()):
|
||||
try:
|
||||
self.unload(plugin)
|
||||
self.unload(plugin, notify=False)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue