Default to new network plugin

This commit is contained in:
Noisyfox
2025-10-03 16:04:39 +08:00
parent 59396a6d1e
commit 363fd23d9b

View File

@@ -267,7 +267,7 @@ void AppConfig::set_defaults()
set_bool("stealth_mode", false);
}
if (get("legacy_networking").empty()) {
set_bool("legacy_networking", true);
set_bool("legacy_networking", false);
}
if(get("check_stable_update_only").empty()) {