FIX: [STUDIO-2074] Release note language switching

Change-Id: I40115874abbbb7b2d8f6d28b9616c97c1180d156
This commit is contained in:
maosheng.wei 2023-06-28 15:59:28 +08:00 committed by Lane.Wei
parent 40e1f8d7dd
commit 8620e3ff85

View file

@ -3357,6 +3357,8 @@ void GUI_App::recreate_GUI(const wxString& msg_name)
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "recreate_GUI enter";
m_is_recreating_gui = true;
update_http_extra_header();
mainframe->shutdown();
ProgressDialog dlg(msg_name, msg_name, 100, nullptr, wxPD_AUTO_HIDE);