chore(@TouchIDAuthView.qml): added object name for TouchID button
Added an object name for TouchID button for ui/app/AppLayouts/Onboarding/views/TouchIDAuthView.qml This is needed for automation purposes
This commit is contained in:
parent
76615b0bf7
commit
3f012bf2a8
|
@ -83,6 +83,7 @@ Item {
|
|||
spacing: Style.current.bigPadding
|
||||
StatusButton {
|
||||
id: button
|
||||
objectName: "touchIdYesUseTouchIDButton"
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: qsTr("Yes, use Touch ID")
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in New Issue