diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index ba4fabcc..44f87e03 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -228,7 +228,7 @@ class ElectrumWindow(QMainWindow): self.password_menu.setEnabled(self.wallet.can_change_password()) self.seed_menu.setEnabled(self.wallet.has_seed()) self.mpk_menu.setEnabled(self.wallet.is_deterministic()) - self.import_menu.setEnabled(self.wallet.can_import()) + self.import_menu.setVisible(self.wallet.can_import()) self.export_menu.setEnabled(self.wallet.can_export()) self.update_lock_icon()