mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-14 04:35:59 +08:00
ENH: Optimize Makerlab WebLoad 2
JIRA: none Change-Id: Iab33992c46702233efa8b07fc1b73470dbb6519c (cherry picked from commit a027375adf4ab83b0f277aa2ed12e72c7a3b92a3)
This commit is contained in:
parent
03d8d58fad
commit
75a2f9ee83
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user