mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
2.2.0 dev lxy 1217 (#68)
* Modification: Migrate login interface * Change 'China' to 'Chinese Mainland' * Add: wcp_networktestdialog * Optimization: Main process freezing when connecting devices * Add: wcp_gettimelapseinstance & wcp_defectdetactionconfig
This commit is contained in:
@@ -993,6 +993,8 @@ void GUI_App::post_init()
|
||||
CallAfter([this] {
|
||||
bool cw_showed = this->config_wizard_startup();
|
||||
|
||||
SSWCP_MqttAgent_Instance::m_dialog = new WebPresetDialog(this);
|
||||
|
||||
std::string http_url = get_http_url(app_config->get_country_code());
|
||||
std::string language = GUI::into_u8(current_language_code());
|
||||
std::string network_ver = Slic3r::NetworkAgent::get_version();
|
||||
@@ -3219,7 +3221,7 @@ void GUI_App::update_publish_status()
|
||||
|
||||
bool GUI_App::has_model_mall()
|
||||
{
|
||||
if (auto cc = app_config->get_region(); cc == "CNH" || cc == "China" || cc == "")
|
||||
if (auto cc = app_config->get_region(); cc == "CNH" || cc == "Chinese Mainland" || cc == "")
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user