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