mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Default to new network plugin
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user