From ed1d2449219e6497d3931b11c1453cebb9e4929c Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Fri, 31 May 2024 18:40:24 +0300 Subject: [PATCH] chore: object name for share profile button --- ui/imports/shared/views/ProfileDialogView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/imports/shared/views/ProfileDialogView.qml b/ui/imports/shared/views/ProfileDialogView.qml index 9bc53fd753..43bd53600c 100644 --- a/ui/imports/shared/views/ProfileDialogView.qml +++ b/ui/imports/shared/views/ProfileDialogView.qml @@ -261,6 +261,7 @@ Pane { Component { id: btnShareProfile StatusFlatButton { + objectName: "shareProfileButton" size: StatusButton.Size.Small text: qsTr("Share Profile") onClicked: Global.openPopup(shareProfileCmp)