mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 00:23:12 +08:00
ENH:Not providing IP search in the user version
jira:[none] Change-Id: Ib73c30fb924c7bd29ce6ecb66f6517716e841988
This commit is contained in:
parent
3a6f58ebf0
commit
1b8a2e5a16
@ -781,10 +781,12 @@ bool SelectMachinePopup::search_for_printer(MachineObject* obj)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto& ip_it = obj->dev_ip.find(search_text);
|
#if !BBL_RELEASE_TO_PUBLIC
|
||||||
if (ip_it != std::string::npos) {
|
const auto& ip_it = obj->dev_ip.find(search_text);
|
||||||
return true;
|
if (ip_it != std::string::npos) {
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user