allow_ip_resolve in app config

This commit is contained in:
David Kocik 2021-11-30 12:42:59 +01:00
parent 9788a80c6f
commit 0939dab807
2 changed files with 7 additions and 1 deletions

View file

@ -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");