fix config load on Mac
This commit is contained in:
parent
4b20250051
commit
5d133aa1a6
4 changed files with 12 additions and 4 deletions
|
|
@ -199,7 +199,7 @@ PageType {
|
|||
return
|
||||
}
|
||||
|
||||
const cloakingCheckBoxItem = headerItem.children.find(c => c.objectName === "cloakingCheckBox");
|
||||
const cloakingCheckBoxItem = listView.findChildWithObjectName(headerItem.children, "cloakingCheckBox");
|
||||
if (!cloakingCheckBoxItem) {
|
||||
console.error("cloakingCheckBox not found")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue