feat: add UI feedback on http error and some logs (#13738)

* feat: add UI feedback on http error and some logs

* spelling fix

* show error dialog only once per session

* show errors with plater notification when on developer mode

* remove return

* remove irrelevant logs
This commit is contained in:
Ian Chua
2026-05-19 23:15:44 +08:00
committed by GitHub
parent ff68a2859d
commit ebf9d9fd42
3 changed files with 41 additions and 5 deletions

View File

@@ -324,7 +324,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};
bool m_show_http_error_msgdlg{false};
bool m_show_error_msgdlg{false};
wxString m_info_dialog_content;
HttpServer m_http_server;