ENH:display msg dialog once

jira:[for http error msg]

Change-Id: I12e9c155fdb567cac99c35b6feeef650269ba75d
This commit is contained in:
tao wang
2023-11-01 16:54:58 +08:00
committed by Lane.Wei
parent 1d41b0a7a7
commit 4fef36e04a
2 changed files with 19 additions and 6 deletions

View File

@@ -293,6 +293,7 @@ private:
bool m_is_dark_mode{ false };
bool m_adding_script_handler { false };
bool m_side_popup_status{false};
bool m_show_http_errpr_msgdlg{false};
wxString m_info_dialog_content;
HttpServer m_http_server;