Browse Source

remove 'select account' label

283
ThomasV 10 years ago
parent
commit
2ff401919b
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -1833,8 +1833,6 @@ class ElectrumWindow(QMainWindow):
# only show the combobox in case multiple accounts are available
if len(mpk_dict) > 1:
main_layout.addWidget(QLabel(_("Select Account")), 0, 0)
combobox = QComboBox()
for name in mpk_dict:
combobox.addItem(name)

Loading…
Cancel
Save