FIX: [] not unload user presets on app closing
Change-Id: I517366d0cddab9c073db7bf70fec8f59d7d39e3c
This commit is contained in:
parent
e6acccc5d4
commit
7b85495c28
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue