mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
FIX:update the url address of the model mall
Change-Id: I2021c141402f8eca999a66607e92b691e847b7be
This commit is contained in:
parent
ce9ac8b3d6
commit
e0bd625041
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue