mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-22 00:33:13 +08:00
ENH: Open Makerlab with Studio Tag
JIRA: none Change-Id: Ibbf993b75bcb10545e0332b4bf34feea095a08aa
This commit is contained in:
parent
f5b54f619c
commit
8d65ede5e0
@ -1433,7 +1433,7 @@ void WebViewPanel::SwitchLeftMenu(std::string strMenu)
|
||||
|
||||
void WebViewPanel::OpenOneMakerlab(std::string url) {
|
||||
auto host = wxGetApp().get_model_http_url(wxGetApp().app_config->get_country_code());
|
||||
std::string LabUrl = (boost::format("%1%%2%") % host % url).str();
|
||||
std::string LabUrl = (boost::format("%1%%2%?from=bambustudio") % host % url).str();
|
||||
|
||||
wxString FinalUrl = LabUrl;
|
||||
NetworkAgent *agent = GUI::wxGetApp().getAgent();
|
||||
|
Loading…
x
Reference in New Issue
Block a user