mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
minor ui improvement
This commit is contained in:
@@ -63,7 +63,7 @@ namespace NekoGui_fmt {
|
||||
tls["reality"] = QJsonObject{
|
||||
{"enabled", true},
|
||||
{"public_key", reality_pbk},
|
||||
{"short_id", reality_sid},
|
||||
{"short_id", reality_sid.split(",")[0]},
|
||||
};
|
||||
}
|
||||
outbound->insert("tls", tls);
|
||||
|
||||
Reference in New Issue
Block a user