chore: add object name for i dont have other device button
Cherry-pick https://github.com/status-im/status-desktop/pull/14921
This commit is contained in:
parent
ef4239e785
commit
85b4bb47f3
|
@ -231,6 +231,7 @@ Item {
|
|||
|
||||
StatusBaseText {
|
||||
id: button2
|
||||
objectName: "iDontHaveOtherDeviceButton"
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
visible: text !== ""
|
||||
color: Theme.palette.primaryColor1
|
||||
|
|
Loading…
Reference in New Issue