FIX: [STUDIO-2322] update ui after reload user settings

Change-Id: I172b9ca99fa1edc6f913e29c4a612ebe95a58de8
This commit is contained in:
chunmao.guo 2023-02-24 09:50:46 +08:00 committed by Lane.Wei
parent 9e7e41e5f8
commit 09f14f0ffc
1 changed files with 1 additions and 0 deletions

View File

@ -4066,6 +4066,7 @@ void GUI_App::reload_settings()
m_agent->get_user_presets(&user_presets);
preset_bundle->load_user_presets(*app_config, user_presets, ForwardCompatibilitySubstitutionRule::Enable);
preset_bundle->save_user_presets(*app_config, get_delete_cache_presets());
mainframe->update_side_preset_ui();
}
}