From 113810e31a72f9c0a5f835795ce890f3f7e2b56f Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Fri, 27 Oct 2023 12:34:49 +0300 Subject: [PATCH] chore(@AccountView.qml): add object name for confirmation popup --- ui/app/AppLayouts/Profile/views/wallet/AccountView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml b/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml index 1591eef73e..40fc42b2b0 100644 --- a/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml +++ b/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml @@ -300,6 +300,7 @@ ColumnLayout { ConfirmationDialog { id: confirmationPopup + objectName: "deleteAccountConfirmationPopup" confirmButtonObjectName: "confirmDeleteAccountButton" headerSettings.title: qsTr("Confirm %1 Removal").arg(!!root.account? root.account.name : "") confirmationText: qsTr("You will not be able to restore viewing access to this account in the future unless you enter this account’s address again.")