Add option to toggle between legacy and new network plugins

This commit is contained in:
Noisyfox
2025-05-01 16:23:56 +08:00
parent e4d8c2e440
commit 461d42635f
4 changed files with 26 additions and 0 deletions

View File

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