restore_or_create (just delegates to qt_gui - this needs cleanup & abstraction away)
This commit is contained in:
@@ -71,6 +71,10 @@ class ElectrumGui:
|
||||
QMessageBox.No)
|
||||
return choice == QMessageBox.Yes
|
||||
|
||||
def restore_or_create(self):
|
||||
qt_gui_object = gui_qt.ElectrumGui(self.wallet, self.app)
|
||||
return qt_gui_object.restore_or_create()
|
||||
|
||||
class MiniWindow(QDialog):
|
||||
|
||||
def __init__(self, actuator, expand_callback):
|
||||
|
||||
Reference in New Issue
Block a user