mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fix crash on printer error when stealth mode is enabled (#11225)
Fix crash on printer error when stealth mode is enabled (SoftFever/OrcaSlicer#11203)
This commit is contained in:
@@ -953,8 +953,7 @@ void GUI_App::post_init()
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!app_config->get_stealth_mode())
|
||||
hms_query = new HMSQuery();
|
||||
hms_query = new HMSQuery();
|
||||
|
||||
m_show_gcode_window = app_config->get_bool("show_gcode_window");
|
||||
if (m_networking_need_update) {
|
||||
|
||||
Reference in New Issue
Block a user