mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
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:
parent
237d4c65d1
commit
0669ed118d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue