chore(BeforeGetStartedModal.qml): add object names for testing purposes

This commit is contained in:
Anastasiya S 2021-10-22 16:50:02 +03:00 committed by Iuri Matias
parent a8adc668e2
commit 056d7815a4
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ ModalPopup {
StatusCheckBox {
id: acknowledge
objectName: "acknowledgeCheckBox"
Layout.preferredWidth: parent.width
//% "I acknowledge that Status Desktop is in Beta and by using it, I take the full responsibility for all risks concerning my data and funds."
text: qsTrId("i-acknowledge-that-status-desktop-is-in-beta-and-by-using-it--i-take-the-full-responsibility-for-all-risks-concerning-my-data-and-funds-")
@ -32,6 +33,7 @@ ModalPopup {
StatusCheckBox {
id: termsOfUse
objectName: "termsOfUseCheckBox"
Layout.preferredWidth: parent.width
contentItem: Row {