From b90a87de488fa3e8455ef0cc7cad26157a76f835 Mon Sep 17 00:00:00 2001 From: Denio Date: Mon, 2 Dec 2019 15:42:25 +0100 Subject: [PATCH] fix https link --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();