Update details

This commit is contained in:
sunsets
2023-11-01 15:39:44 +08:00
parent 3cbf2d3318
commit d8dc67aea0
3 changed files with 43 additions and 14 deletions

View File

@@ -11,6 +11,10 @@
#include "libslic3r/Semver.hpp"
#include "MsgDialog.hpp"
//B44
#include <wx/webview.h>
class wxBoxSizer;
class wxCheckBox;
@@ -49,6 +53,11 @@ public:
AppUpdateAvailableDialog& operator=(const AppUpdateAvailableDialog&) = delete;
virtual ~AppUpdateAvailableDialog();
// B44
wxWebView *CreateTipView(wxWindow *parent);
wxWebView *m_vebview_release_note{nullptr};
// Tells whether the user checked the "don't bother me again" checkbox
bool disable_version_check() const;
static wxSize AUAD_size;