use the parent config instance when daemon starts a window
This commit is contained in:
@@ -113,9 +113,6 @@ class ElectrumGui:
|
||||
for window in self.windows:
|
||||
window.close()
|
||||
|
||||
def new_window(self, config):
|
||||
self.app.emit(SIGNAL('new_window'), config)
|
||||
|
||||
def load_wallet_file(self, path):
|
||||
self.app.emit(SIGNAL('new_window'), self.config, path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user