mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH:add next_button in dailytips
1.add next button in dailytips 2.adjust menuitem position of show tip in menu bar 3.add new tip Change-Id: Idad011b5849d7bddeb36b3a3e7d843aa596023d4
This commit is contained in:
parent
7bcc8c1de8
commit
9795cb8d0e
7 changed files with 77 additions and 137 deletions
|
@ -1069,8 +1069,9 @@ void GUI_App::post_init()
|
|||
// BBS: to be checked
|
||||
#if 1
|
||||
// show "Did you know" notification
|
||||
if (app_config->get("show_hints") == "true" && ! is_gcode_viewer())
|
||||
plater_->get_notification_manager()->push_hint_notification(true);
|
||||
if (app_config->get("show_hints") == "true" && !is_gcode_viewer()) {
|
||||
plater_->get_notification_manager()->push_hint_notification(false);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (m_networking_need_update) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue