mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-14 04:29:27 -07: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:
parent
70e82e2a92
commit
fe204f972f
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ void AppConfig::set_defaults()
|
|||
|
||||
//#ifdef SUPPORT_SHOW_HINTS
|
||||
if (get("show_hints").empty())
|
||||
set_bool("show_hints", true);
|
||||
set_bool("show_hints", false);
|
||||
//#endif
|
||||
if (get("enable_multi_machine").empty())
|
||||
set_bool("enable_multi_machine", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue