NEW: Open MakerWorld With BambuStudio GetParam
JIRA: none Change-Id: I0d65b364f1cd2d634a88882ab072c3e61ea89167 (cherry picked from commit 8eaf45e5359439a7c796fd79876c86775abcf48e)
This commit is contained in:
parent
c58393bbb8
commit
fa8b21bfcc
|
@ -6007,6 +6007,12 @@ void GUI_App::open_mall_page_dialog()
|
|||
link_url = host_url + model_url;
|
||||
}
|
||||
|
||||
if (link_url.find("?") != std::string::npos) {
|
||||
link_url += "&from=bambustudio";
|
||||
} else {
|
||||
link_url += "?from=bambustudio";
|
||||
}
|
||||
|
||||
wxLaunchDefaultBrowser(link_url);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue