fix the plugin status not correct shown issue

When BambuSource is missed, we need to set the compatible status to false also

Change-Id: Ie0204035aec81b01b438d65747863999f983f4f1
This commit is contained in:
lane.wei 2022-08-11 21:45:46 +08:00 committed by Lane.Wei
parent 237d4c65d1
commit 0669ed118d

View file

@ -2206,6 +2206,7 @@ __retry:
auto bambu_source = Slic3r::NetworkAgent::get_bambu_source_entry();
if (!bambu_source) {
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << ": can not get bambu source module!";
m_networking_compatible = false;
if (app_config->get("installed_networking") == "1") {
m_networking_need_update = true;
}