From 3dad098346e3f2dba4ce888eed913dfec4ebb31f Mon Sep 17 00:00:00 2001 From: D Date: Tue, 15 Aug 2023 03:27:47 -0500 Subject: [PATCH] forgot to save some fixes in connection.cpp --- src/connection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connection.cpp b/src/connection.cpp index f0f9250..300da58 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -637,7 +637,7 @@ void ConnectionLoader::refreshHushdState(Connection *connection, std::functionSettings menu"); if (isHSC) { - std::string = auth_failed = "Authentication failed. The username / password you specified was not " + std::string auth_failed = "Authentication failed. The username / password you specified was not " "accepted by " + HSC_name + "d. Try changing it in the Edit->Settings menu"; explanation = QString() % @@ -959,7 +959,7 @@ std::shared_ptr ConnectionLoader::autoDetectHushConf() { if (isHSC) { - hushconf->port = HSC_port; + hushconf->port = QString::fromStdString(HSC_port); } else {