FIX: fix destroy BBLNetworkAgent when changing language
Change-Id: I95942abffbab3445775fa1598738249256e0e31d
This commit is contained in:
parent
5a2669dcc2
commit
3d3cda5e45
|
@ -1107,6 +1107,9 @@ GUI_App::GUI_App()
|
||||||
|
|
||||||
void GUI_App::shutdown()
|
void GUI_App::shutdown()
|
||||||
{
|
{
|
||||||
|
BOOST_LOG_TRIVIAL(info) << "shutdown";
|
||||||
|
|
||||||
|
if (m_is_recreating_gui) return;
|
||||||
m_is_closing = true;
|
m_is_closing = true;
|
||||||
stop_sync_user_preset();
|
stop_sync_user_preset();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue