mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: [STUDIO-3361] hide model mall
Change-Id: I49bd7f3db69b2deccf4bc3e60a2714ec07b2ff41 (cherry picked from commit a6dfd79ea40e16a4942971ee8c5a0000a0b749d7)
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user