mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
ENH: add the logic to prompt user to update network plugins
Change-Id: I73cce20e58783a365ad2665c8e095dcf2e9c02ea
This commit is contained in:
parent
8b5a49f378
commit
697d945ca1
7 changed files with 289 additions and 18 deletions
|
@ -53,6 +53,20 @@ public:
|
|||
wxScrolledWindow *m_vebview_release_note {nullptr};
|
||||
};
|
||||
|
||||
class UpdatePluginDialog : public DPIDialog
|
||||
{
|
||||
public:
|
||||
UpdatePluginDialog(wxWindow* parent = nullptr);
|
||||
~UpdatePluginDialog();
|
||||
|
||||
void on_dpi_changed(const wxRect& suggested_rect) override;
|
||||
void update_info(std::string json_path);
|
||||
|
||||
wxStaticText* m_text_up_info{ nullptr };
|
||||
Label* operation_tips{ nullptr };
|
||||
wxScrolledWindow* m_vebview_release_note{ nullptr };
|
||||
};
|
||||
|
||||
class UpdateVersionDialog : public DPIDialog
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue