mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +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);
|
set_bool("stealth_mode", false);
|
||||||
}
|
}
|
||||||
if (get("legacy_networking").empty()) {
|
if (get("legacy_networking").empty()) {
|
||||||
set_bool("legacy_networking", true);
|
set_bool("legacy_networking", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(get("check_stable_update_only").empty()) {
|
if(get("check_stable_update_only").empty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user