FIX:fixed error msg cannot be displayed in the bind dialog

Change-Id: Id64a755c91eed08dc5c9beeea17959b16ea4f4f0
This commit is contained in:
tao wang 2023-07-10 16:02:20 +08:00 committed by Lane.Wei
parent 8ebe2fb4d3
commit 69f69b8eb3
3 changed files with 13 additions and 13 deletions

View file

@ -68,8 +68,8 @@ private:
Label* m_st_txt_error_desc{ nullptr };
Label* m_st_txt_extra_info{ nullptr };
Label* m_link_network_state{ nullptr };
std::string m_result_info;
std::string m_result_extra;
wxString m_result_info;
wxString m_result_extra;
bool m_show_error_info_state = true;
bool m_allow_privacy{false};
bool m_allow_notice{false};