mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
NEW:download plugin failure can link to wiki page
Change-Id: Ib4590b5300e03c1bcf379cb2760a860a9426987e
This commit is contained in:
parent
a73c504ea3
commit
97095e4319
4 changed files with 113 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue