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
+2 -1
View File
@@ -373,12 +373,13 @@ public:
//BBS
static int TOOLBAR_WINDOW_FLAGS;
bool display_initialized() const;
private:
void init_font(bool compress);
void init_input();
void init_style();
void render_draw_data(ImDrawData *draw_data);
bool display_initialized() const;
void destroy_font();
std::vector<unsigned char> load_svg(const std::string& bitmap_name, unsigned target_width, unsigned target_height, unsigned *outwidth, unsigned *outheight);