mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fixed a regression of Hostname #2372
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user