diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index a8880e25..a9ad46c7 100644 --- a/gui/qt/main_window.py +++ b/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)