mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: [STUDIO-4546] not show model mall on init
Change-Id: Icebbebb6c272292725f8a4d0235b8342c3dfd9a2 Jira: STUDIO-4546
This commit is contained in:
@@ -3018,7 +3018,7 @@ void GUI_App::update_publish_status()
|
||||
|
||||
bool GUI_App::has_model_mall()
|
||||
{
|
||||
if (auto cc = app_config->get_country_code(); cc == "CN" || cc == "")
|
||||
if (auto cc = app_config->get_region(); cc == "CNH" || cc == "China" || cc == "")
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user