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:
parent
68b5567267
commit
9bb74d92c7
3 changed files with 10 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue