mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Hints notification random weighted order with saving used hints to cache/hints.cereal
This commit is contained in:
parent
d3f11a6ab7
commit
cfcfbc38d2
3 changed files with 180 additions and 68 deletions
|
@ -167,9 +167,6 @@ void AppConfig::set_defaults()
|
|||
if (get("show_splash_screen").empty())
|
||||
set("show_splash_screen", "1");
|
||||
|
||||
if (get("last_hint").empty())
|
||||
set("last_hint", "0");
|
||||
|
||||
if (get("show_hints").empty())
|
||||
set("show_hints", "1");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue