mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: add the logic to prompt user to update network plugins
Change-Id: I73cce20e58783a365ad2665c8e095dcf2e9c02ea
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user