Default to new network plugin

This commit is contained in:
Noisyfox 2025-10-03 16:04:39 +08:00
parent b0223d2756
commit 53790c7bf3

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()) {