mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
ENH:show default ip address and access code when user enter
Change-Id: Idbe3af1fd13dfe34634b5c7fa2f7ca8791b3e10a
This commit is contained in:
parent
8ab190da48
commit
6e41067bbb
3 changed files with 5 additions and 5 deletions
|
@ -378,7 +378,7 @@ public:
|
|||
wxString comfirm_after_enter_text;
|
||||
std::string m_ip;
|
||||
Label* tip{nullptr};
|
||||
InputIpAddressDialog(wxWindow* parent = nullptr, wxString name = wxEmptyString);
|
||||
InputIpAddressDialog(wxWindow* parent = nullptr, wxString name = wxEmptyString, wxString id = wxEmptyString, wxString access_code = wxEmptyString);
|
||||
~InputIpAddressDialog();
|
||||
|
||||
Button* m_button_ok{nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue