diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 21913a1..32e3b2e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -458,7 +458,7 @@ void MainWindow::setupSettingsModal() { // List of default servers settings.cmbServer->addItem("https://lite.myhush.org"); - settings.cmbServer->addItem("https://hush-lightwallet.de:443"); + // Load current values into the dialog auto conf = Settings::getInstance()->getSettings();