chore: add object name for i dont have other device button (#14921)
This commit is contained in:
parent
2dfb61fe1c
commit
a11d06f07f
|
@ -231,6 +231,7 @@ Item {
|
||||||
|
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
id: button2
|
id: button2
|
||||||
|
objectName: "iDontHaveOtherDeviceButton"
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
visible: text !== ""
|
visible: text !== ""
|
||||||
color: Theme.palette.primaryColor1
|
color: Theme.palette.primaryColor1
|
||||||
|
|
Loading…
Reference in New Issue