mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
fix: #1024
This commit is contained in:
@@ -189,7 +189,7 @@ namespace NekoGui_fmt {
|
||||
QJsonObject transport;
|
||||
transport["type"] = "udp";
|
||||
transport["udp"] = QJsonObject{
|
||||
{"hopInterval", hopInterval},
|
||||
{"hopInterval", QString::number(hopInterval) + "s"},
|
||||
};
|
||||
config["transport"] = transport;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user