mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 08:24:29 +08:00
FIX: [] not unload user presets on app closing
Change-Id: I517366d0cddab9c073db7bf70fec8f59d7d39e3c
This commit is contained in:
parent
e6acccc5d4
commit
7b85495c28
@ -4308,7 +4308,8 @@ void GUI_App::start_sync_user_preset(bool load_immediately, bool with_progress_d
|
||||
|
||||
void GUI_App::stop_sync_user_preset()
|
||||
{
|
||||
remove_user_presets();
|
||||
if (!wxGetApp().m_is_closing)
|
||||
remove_user_presets();
|
||||
enable_user_preset_folder(false);
|
||||
|
||||
if (!enable_sync)
|
||||
|
Loading…
x
Reference in New Issue
Block a user