mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-12 19:31:46 +08:00
Do not open 'Did you know' notifications in gcodeviewer,
they make no sense and make slicer crash sometimes
This commit is contained in:
parent
9b19060334
commit
7d9cce1298
@ -663,7 +663,7 @@ void GUI_App::post_init()
|
||||
}
|
||||
|
||||
// show "Did you know" notification
|
||||
if (app_config->get("show_hints") == "1")
|
||||
if (app_config->get("show_hints") == "1" && ! is_gcode_viewer())
|
||||
plater_->get_notification_manager()->push_hint_notification();
|
||||
|
||||
// The extra CallAfter() is needed because of Mac, where this is the only way
|
||||
|
Loading…
x
Reference in New Issue
Block a user