Fix for #8380 - Disable/Remove "Sliced Object "*" looks like a logo or a sign

Preferences: Added option "Allow automatically color change"
This commit is contained in:
YuSanka 2022-08-30 14:32:03 +02:00
parent 68b5567267
commit 9bb74d92c7
3 changed files with 10 additions and 1 deletions

View file

@ -184,6 +184,9 @@ void AppConfig::set_defaults()
if (get("show_hints").empty())
set("show_hints", "1");
if (get("allow_auto_color_change").empty())
set("allow_auto_color_change", "1");
if (get("allow_ip_resolve").empty())
set("allow_ip_resolve", "1");