chore(@SyncCodeView.qml): object name for syncing enter code object added (#12346)
This commit is contained in:
parent
88df8e4554
commit
a9ebf7729f
|
@ -29,6 +29,8 @@ Item {
|
|||
SyncingEnterCode {
|
||||
id: layout
|
||||
|
||||
objectName: "syncingEnterCode"
|
||||
|
||||
anchors.centerIn: parent
|
||||
width: 400
|
||||
spacing: 24
|
||||
|
|
Loading…
Reference in New Issue