This commit is contained in:
arm64v8a
2023-12-09 14:59:45 +09:00
parent 1b078a8aab
commit 06508634a7
3 changed files with 4 additions and 4 deletions

View File

@@ -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;