mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH: collapse the dailytips by default when slicing
jira: STUDIO-9658 Change-Id: Iad5bd087337e7d0540f0da4cdb25873f4f1ac6fb (cherry picked from commit ce54aa8a8408789ae21dc2091da12dec36e8be21)
This commit is contained in:
@@ -197,7 +197,7 @@ void AppConfig::set_defaults()
|
|||||||
|
|
||||||
//#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);
|
||||||
|
|||||||
Reference in New Issue
Block a user