mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix naive link
This commit is contained in:
@@ -81,7 +81,7 @@ namespace NekoRay::fmt {
|
||||
|
||||
QString NaiveBean::ToShareLink() {
|
||||
QUrl url;
|
||||
url.setScheme("https+naive");
|
||||
url.setScheme("naive+" + protocol);
|
||||
url.setUserName(username);
|
||||
url.setPassword(password);
|
||||
url.setHost(serverAddress);
|
||||
|
||||
Reference in New Issue
Block a user