mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-19 01:15:56 +08:00
FIX: [STUDIO-3361] hide model mall
Change-Id: I49bd7f3db69b2deccf4bc3e60a2714ec07b2ff41 (cherry picked from commit a6dfd79ea40e16a4942971ee8c5a0000a0b749d7)
This commit is contained in:
parent
334eb36559
commit
082431ffc2
@ -3003,7 +3003,7 @@ bool GUI_App::has_model_mall()
|
|||||||
{
|
{
|
||||||
if (auto cc = app_config->get_country_code(); cc == "CN" || cc == "")
|
if (auto cc = app_config->get_country_code(); cc == "CN" || cc == "")
|
||||||
return false;
|
return false;
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI_App::update_label_colours()
|
void GUI_App::update_label_colours()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user