mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: [STUDIO-3361] hide model mall
Change-Id: I49bd7f3db69b2deccf4bc3e60a2714ec07b2ff41 (cherry picked from commit a6dfd79ea40e16a4942971ee8c5a0000a0b749d7)
This commit is contained in:
parent
334eb36559
commit
082431ffc2
1 changed files with 1 additions and 1 deletions
|
@ -3003,7 +3003,7 @@ bool GUI_App::has_model_mall()
|
|||
{
|
||||
if (auto cc = app_config->get_country_code(); cc == "CN" || cc == "")
|
||||
return false;
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
void GUI_App::update_label_colours()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue