FIX: fix print error tips

Change-Id: Iaf857e72f72d428ad3a361243818cdfcbb11a183
This commit is contained in:
Stone Li 2023-01-16 16:30:58 +08:00 committed by Lane.Wei
parent cb18a100ec
commit a566715be2
2 changed files with 6 additions and 2 deletions

View file

@ -161,6 +161,7 @@ public:
wxBoxSizer* m_sizer_main;
wxScrolledWindow* m_vebview_release_note{ nullptr };
wxStaticText* m_staticText_release_note{ nullptr };
Button* m_button_ok;
Button* m_button_cancel;
wxCheckBox* m_show_again_checkbox;