This commit is contained in:
arm64v8a
2023-08-15 13:55:01 +09:00
parent e6fc84e97b
commit 835bd55a32
6 changed files with 28 additions and 51 deletions

View File

@@ -198,7 +198,6 @@ namespace NekoGui_fmt {
if (streamReceiveWindow > 0) q.addQueryItem("recv_window_conn", Int2String(streamReceiveWindow));
if (!q.isEmpty()) url.setQuery(q);
if (!name.isEmpty()) url.setFragment(name);
} else if (proxy_type == proxy_TUIC) {
url.setScheme("tuic");
url.setUserName(uuid);