mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-06 17:47:41 +00:00
2.2.0 pre3 (#81)
* Hide the system filament * Fix: crash when using m_ProfileJson * Bump profile version to 02.02.41.02 * Update: Flutter 1222
This commit is contained in:
@@ -1154,7 +1154,14 @@ void GUI_App::shutdown()
|
||||
delete web_preprint_dialog;
|
||||
web_preprint_dialog = nullptr;
|
||||
}
|
||||
|
||||
|
||||
// Delete WebPresetDialog to ensure proper cleanup
|
||||
if (SSWCP_MqttAgent_Instance::m_dialog != nullptr) {
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(": destroy WebPresetDialog");
|
||||
delete SSWCP_MqttAgent_Instance::m_dialog;
|
||||
SSWCP_MqttAgent_Instance::m_dialog = nullptr;
|
||||
}
|
||||
|
||||
|
||||
if (m_is_recreating_gui) return;
|
||||
m_is_closing = true;
|
||||
|
||||
Reference in New Issue
Block a user