mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: [] not unload user presets on app closing
Change-Id: I517366d0cddab9c073db7bf70fec8f59d7d39e3c
This commit is contained in:
parent
365eacc7cf
commit
0e3364a415
1 changed files with 2 additions and 1 deletions
|
@ -4308,6 +4308,7 @@ void GUI_App::start_sync_user_preset(bool load_immediately, bool with_progress_d
|
|||
|
||||
void GUI_App::stop_sync_user_preset()
|
||||
{
|
||||
if (!wxGetApp().m_is_closing)
|
||||
remove_user_presets();
|
||||
enable_user_preset_folder(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue