diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 1d7f7b5c..f41848dc 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -2696,6 +2696,7 @@ class ElectrumWindow(QMainWindow): def run_network_dialog(self): if not self.network: + QMessageBox.warning(self, _('Offline'), _('You are using Electrum in offline mode.\nRestart Electrum if you want to get connected.'), _('OK')) return NetworkDialog(self.wallet.network, self.config, self).do_exec()