NEW:download plugin failure can link to wiki page

Change-Id: Ib4590b5300e03c1bcf379cb2760a860a9426987e
This commit is contained in:
tao wang 2022-10-18 16:55:32 +08:00 committed by Lane.Wei
parent a73c504ea3
commit 97095e4319
4 changed files with 113 additions and 10 deletions

View file

@ -12,6 +12,7 @@
#include <wx/richmsgdlg.h>
#include <wx/textctrl.h>
#include <wx/statline.h>
#include <wx/simplebook.h>
#include "Widgets/Button.hpp"
#include "BBLStatusBar.hpp"
#include "BBLStatusBarSend.hpp"
@ -37,11 +38,14 @@ protected:
public:
DownloadProgressDialog(wxString title);
wxString format_text(wxStaticText* st, wxString str, int warp);
~DownloadProgressDialog();
void on_dpi_changed(const wxRect &suggested_rect) override;
void update_release_note(std::string release_note, std::string version);
wxSimplebook* m_simplebook_status{nullptr};
std::shared_ptr<BBLStatusBarSend> m_status_bar;
std::shared_ptr<UpgradeNetworkJob> m_upgrade_job { nullptr };
wxPanel * m_panel_download;