chore: object name added for status switch (#13871)

This commit is contained in:
Valentina1133 2024-03-07 15:05:39 +07:00 committed by GitHub
parent ccd5a416ce
commit 3e1a4f55cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ Control {
StatusSwitch {
id: switchItem
objectName: "switchItem"
onToggled: root.toggled()
}