mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
minor fixes:
-build_windows.bat -win build fix -qdebug fix
This commit is contained in:
@@ -263,7 +263,6 @@ void MainWindow::onPushButtonNewServerConnectWithExistingCode(bool)
|
||||
s.replace("vpn://", "");
|
||||
QJsonObject o = QJsonDocument::fromJson(QByteArray::fromBase64(s.toUtf8())).object();
|
||||
|
||||
qDebug().noquote() << QByteArray::fromBase64(s.toUtf8());
|
||||
ServerCredentials credentials;
|
||||
credentials.hostName = o.value("h").toString();
|
||||
credentials.port = o.value("p").toInt();
|
||||
|
||||
Reference in New Issue
Block a user