mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 00:25:58 +08:00
FIX: hide model mall before setup wizard
Change-Id: I0d2abc43cb6c8432a369cdbdd6a88d65dc141ce2
This commit is contained in:
parent
f55f4e60bb
commit
1dc030b221
@ -3001,7 +3001,7 @@ void GUI_App::update_publish_status()
|
||||
|
||||
bool GUI_App::has_model_mall()
|
||||
{
|
||||
if (app_config->get_country_code() == "CN")
|
||||
if (auto cc = app_config->get_country_code(); cc == "CN" || cc == "")
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user