ENH:show default ip address and access code when user enter

Change-Id: Idbe3af1fd13dfe34634b5c7fa2f7ca8791b3e10a
This commit is contained in:
tao wang 2023-01-12 14:54:38 +08:00 committed by Lane.Wei
parent 8ab190da48
commit 6e41067bbb
3 changed files with 5 additions and 5 deletions

View file

@ -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};