mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-31 00:36:19 +00:00
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…
x
Reference in New Issue
Block a user