mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
allow_ip_resolve in app config
This commit is contained in:
parent
9788a80c6f
commit
0939dab807
2 changed files with 7 additions and 1 deletions
|
@ -174,6 +174,9 @@ void AppConfig::set_defaults()
|
|||
if (get("show_hints").empty())
|
||||
set("show_hints", "1");
|
||||
|
||||
if (get("allow_ip_resolve").empty())
|
||||
set("allow_ip_resolve", "1");
|
||||
|
||||
#ifdef _WIN32
|
||||
if (get("use_legacy_3DConnexion").empty())
|
||||
set("use_legacy_3DConnexion", "0");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue