Browse Source

(trivial) qt wizard: add title to seed options dialog window

master
SomberNight 3 years ago
parent
commit
1c0ba83d10
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/gui/qt/seed_dialog.py

1
electrum/gui/qt/seed_dialog.py

@ -66,6 +66,7 @@ class SeedLayout(QVBoxLayout):
def seed_options(self):
dialog = QDialog()
dialog.setWindowTitle(_("Seed Options"))
vbox = QVBoxLayout(dialog)
seed_types = [

Loading…
Cancel
Save