FIX: Revert "[STUDIO-3361] hide model mall"

This reverts commit a6dfd79ea40e16a4942971ee8c5a0000a0b749d7.

Reason for revert: not master

Change-Id: If3e14e6f42bc05cdce610a1beb65c592fbb998fd
(cherry picked from commit 6fe189b233491b3700cdcc9a3c1d54d30754d06e)
This commit is contained in:
战马 2023-07-03 10:04:56 +08:00 committed by Lane.Wei
parent f20a1932ee
commit 30bc6fbb9a

View file

@ -3022,7 +3022,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 false; return true;
} }
void GUI_App::update_label_colours() void GUI_App::update_label_colours()