FIX:No longer block model mall entrance
jira:[model mall zh] Change-Id: I68afc785e0c8c623098dd5f647d396622d5d50bd (cherry picked from commit 77c26daa6043ff12f3cd81985ddef9b878c6f066)
This commit is contained in:
parent
d19c965478
commit
3faebf991d
|
@ -3237,8 +3237,8 @@ void GUI_App::update_publish_status()
|
|||
|
||||
bool GUI_App::has_model_mall()
|
||||
{
|
||||
if (auto cc = app_config->get_region(); cc == "CNH" || cc == "China" || cc == "")
|
||||
return false;
|
||||
/*if (auto cc = app_config->get_region(); cc == "CNH" || cc == "China" || cc == "")
|
||||
return false;*/
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue