FIX:No longer block model mall entrance

jira:[model mall zh]

Change-Id: I68afc785e0c8c623098dd5f647d396622d5d50bd
(cherry picked from commit 77c26daa6043ff12f3cd81985ddef9b878c6f066)
This commit is contained in:
tao wang 2024-06-18 17:18:50 +08:00 committed by Lane.Wei
parent d19c965478
commit 3faebf991d
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}