Update ConfigBuilder.cpp

This commit is contained in:
parhelia512 2025-08-15 18:44:17 +08:00 committed by GitHub
parent 07277b515b
commit 25eb4917d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -924,9 +924,9 @@ namespace Configs {
}
QJsonObject cache_file = {
{"enabled", "true"},
{"store_fakeip", "true"},
{"store_rdrc", "true"}
{"enabled", true},
{"store_fakeip", true},
{"store_rdrc", true}
};
experimentalObj["cache_file"] = cache_file;