ENH:UpdateVersionDialog compatible web mode

Change-Id: I4a9294fc89005995be13cc3503d883324cb01ebf
This commit is contained in:
tao wang 2022-12-23 10:53:01 +08:00 committed by Lane.Wei
parent c663968089
commit 49f8d0df50
2 changed files with 41 additions and 28 deletions

View file

@ -84,6 +84,7 @@ public:
void alter_choice(wxCommandEvent& event);
std::vector<std::string> splitWithStl(std::string str, std::string pattern);
wxStaticBitmap* m_brand{nullptr};
wxStaticText * m_text_up_info{nullptr};
wxWebView* m_vebview_release_note{nullptr};
wxSimplebook* m_simplebook_release_note{nullptr};