NEW:DailyTips

Change-Id: I510e96652c9a0c9fe422546b09b2d035d9e46a23
This commit is contained in:
liz.li 2022-09-15 14:51:29 +08:00 committed by Lane.Wei
parent c9499b7401
commit 81da77d1e0
9 changed files with 1366 additions and 5 deletions

View file

@ -1050,9 +1050,9 @@ void GUI_App::post_init()
}*/
// BBS: to be checked
#if SUPPORT_SHOW_HINTS
#if 1
// show "Did you know" notification
if (app_config->get("show_hints") == "1" && ! is_gcode_viewer())
if (app_config->get("show_hints") == "true" && ! is_gcode_viewer())
plater_->get_notification_manager()->push_hint_notification(true);
#endif