mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +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 == "")
|
||||
return false;
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
void GUI_App::update_label_colours()
|
||||
|
||||
Reference in New Issue
Block a user