mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 19:36:14 +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;
|
||||
}
|
||||
|
||||
const auto& ip_it = obj->dev_ip.find(search_text);
|
||||
if (ip_it != std::string::npos) {
|
||||
return true;
|
||||
#if !BBL_RELEASE_TO_PUBLIC
|
||||
const auto& ip_it = obj->dev_ip.find(search_text);
|
||||
if (ip_it != std::string::npos) {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user