FIX: gui: fix the crash issue when close guide frame at the beginning

jira: STUDIO-9941
Change-Id: I47e189e838ae606d294d0c0b4ccffc6f833a27c3
(cherry picked from commit 093a7c25cb7507d0d6af228c2efa3410e1184c27)
This commit is contained in:
lane.wei
2025-01-17 20:23:29 +08:00
committed by Noisyfox
parent 5e79e9196f
commit cf0c5624a1
2 changed files with 29 additions and 14 deletions

View File

@@ -110,6 +110,8 @@ private:
//First Load
bool bFirstComplete{false};
bool m_destroy{false};
boost::thread* m_load_task{ nullptr };
// User Config
bool PrivacyUse;