mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-25 23:13:14 +08:00
FIX:update the url address of the model mall
Change-Id: I2021c141402f8eca999a66607e92b691e847b7be
This commit is contained in:
parent
ce9ac8b3d6
commit
e0bd625041
@ -5663,7 +5663,7 @@ void GUI_App::open_mall_page_dialog()
|
|||||||
//model url
|
//model url
|
||||||
|
|
||||||
wxString language_code = this->current_language_code().BeforeFirst('_');
|
wxString language_code = this->current_language_code().BeforeFirst('_');
|
||||||
model_url += (language_code.ToStdString() + "/models");
|
model_url = language_code.ToStdString();
|
||||||
|
|
||||||
if (getAgent() && mainframe) {
|
if (getAgent() && mainframe) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user