mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -3022,7 +3022,7 @@ bool GUI_App::has_model_mall()
|
|||
{
|
||||
if (auto cc = app_config->get_country_code(); cc == "CN" || cc == "")
|
||||
return false;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void GUI_App::update_label_colours()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue