1
0

wizard: remove run_wallet

This commit is contained in:
ThomasV
2016-07-31 10:59:42 +02:00
parent 2bb08aa280
commit 16db27ffc0
4 changed files with 14 additions and 15 deletions

View File

@@ -309,6 +309,10 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
"contain more addresses than displayed.")
self.show_message(msg)
@wizard_dialog
def confirm_dialog(self, msg, run_next):
self.confirm(msg)
def confirm(self, msg):
vbox = QVBoxLayout()
vbox.addWidget(WWLabel(msg))