chore: object name added for status switch (#13871)
This commit is contained in:
parent
ccd5a416ce
commit
3e1a4f55cb
|
@ -50,6 +50,7 @@ Control {
|
|||
|
||||
StatusSwitch {
|
||||
id: switchItem
|
||||
objectName: "switchItem"
|
||||
|
||||
onToggled: root.toggled()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue