mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Fixed a regression of Hostname #2372
This commit is contained in:
parent
a3200ad285
commit
53c416b819
2 changed files with 2 additions and 2 deletions
|
@ -336,7 +336,7 @@ void AppConfig::set_defaults()
|
|||
// #endif
|
||||
|
||||
if (get("allow_ip_resolve").empty())
|
||||
set("allow_ip_resolve", "1");
|
||||
set_bool("allow_ip_resolve", true);
|
||||
|
||||
if (get("presets", "filament_colors").empty()) {
|
||||
set_str("presets", "filament_colors", "#F2754E");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue