1
0

plugins: on_close method

This commit is contained in:
ThomasV
2015-12-09 09:41:24 +01:00
parent 6770834d06
commit de964f4033
5 changed files with 25 additions and 34 deletions

View File

@@ -187,6 +187,10 @@ class BasePlugin(PrintError):
l.remove((self, getattr(self, k)))
hooks[k] = l
self.parent.close_plugin(self)
self.on_close()
def on_close(self):
pass
def requires_settings(self):
return False