ENH: collapse the dailytips by default when slicing
jira: STUDIO-9658 Change-Id: Iad5bd087337e7d0540f0da4cdb25873f4f1ac6fb
This commit is contained in:
parent
651cd232cf
commit
ce54aa8a84
|
@ -190,7 +190,7 @@ void AppConfig::set_defaults()
|
||||||
set("grabber_size_factor", "1.0");
|
set("grabber_size_factor", "1.0");
|
||||||
//#ifdef SUPPORT_SHOW_HINTS
|
//#ifdef SUPPORT_SHOW_HINTS
|
||||||
if (get("show_hints").empty())
|
if (get("show_hints").empty())
|
||||||
set_bool("show_hints", true);
|
set_bool("show_hints", false);
|
||||||
//#endif
|
//#endif
|
||||||
if (get("enable_multi_machine").empty())
|
if (get("enable_multi_machine").empty())
|
||||||
set_bool("enable_multi_machine", false);
|
set_bool("enable_multi_machine", false);
|
||||||
|
|
Loading…
Reference in New Issue