ENH: Optimize Makerlab WebLoad 2

JIRA: none
Change-Id: Iab33992c46702233efa8b07fc1b73470dbb6519c
(cherry picked from commit a027375adf4ab83b0f277aa2ed12e72c7a3b92a3)
This commit is contained in:
zorro.zhang 2024-12-24 16:56:55 +08:00 committed by Lane.Wei
parent 03d8d58fad
commit 75a2f9ee83
1 changed files with 2 additions and 0 deletions

View File

@ -1294,6 +1294,8 @@ void WebViewPanel::OnNavigationComplete(wxWebViewEvent& evt)
if (m_browser != nullptr && evt.GetId() == m_browser->GetId()) if (m_browser != nullptr && evt.GetId() == m_browser->GetId())
{ {
SwitchWebContent("home"); SwitchWebContent("home");
SendDesignStaffpick(true);
SendMakerlabList();
} }
//m_browser->Show(); //m_browser->Show();