mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-08 07:47:43 -07:00
Default to new network plugin
This commit is contained in:
parent
b0223d2756
commit
53790c7bf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue