mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 13:52:07 +00:00
ENH:X1 and X1C do not display privacy agreement licenses
Change-Id: I8d54067062676c849f50a298efc6d48a015eb5ef
This commit is contained in:
@@ -46,6 +46,7 @@ struct MemoryStruct
|
||||
class BindMachineDialog : public DPIDialog
|
||||
{
|
||||
private:
|
||||
wxWindow* m_panel_agreement;
|
||||
wxStaticText * m_printer_name;
|
||||
wxStaticText * m_user_name;
|
||||
StaticBox * m_panel_left;
|
||||
@@ -90,7 +91,7 @@ public:
|
||||
void on_bind_success(wxCommandEvent &event);
|
||||
void on_bind_printer(wxCommandEvent &event);
|
||||
void on_dpi_changed(const wxRect &suggested_rect) override;
|
||||
void update_machine_info(MachineObject *info) { m_machine_info = info; };
|
||||
void update_machine_info(MachineObject *info);
|
||||
void on_show(wxShowEvent &event);
|
||||
void on_close(wxCloseEvent& event);
|
||||
void on_destroy();
|
||||
|
||||
Reference in New Issue
Block a user