1
0

add a hook at the end of the gui constructor

This commit is contained in:
thomasv
2013-03-12 18:40:21 +01:00
parent 06315dd911
commit 2c1ae1ba18
2 changed files with 25 additions and 9 deletions

View File

@@ -325,6 +325,9 @@ class ElectrumWindow(QMainWindow):
# set initial message
self.console.showMessage(self.wallet.banner)
# plugins that need to change the GUI do it here
self.run_hook('init')
# plugins
def init_plugins(self):