mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 18:14:24 +08:00
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:
parent
f20a1932ee
commit
30bc6fbb9a
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user