do not show seed qr code during wallet creation

This commit is contained in:
ThomasV 2012-05-01 17:15:27 +02:00
parent 9050a41381
commit 973e5af925
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ class ElectrumWindow(QMainWindow):
+ ' '.join(mnemonic.mn_encode(seed)) + "\""
QMessageBox.information(parent, 'Seed', msg, 'OK')
ElectrumWindow.show_seed_qrcode(seed)
if parent: ElectrumWindow.show_seed_qrcode(seed)
@staticmethod
def show_seed_qrcode(seed):