chore: object name for share profile button

This commit is contained in:
Anastasiya Semenkevich 2024-05-31 18:40:24 +03:00 committed by Anastasiya
parent fab79a4228
commit ed1d244921
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ Pane {
Component {
id: btnShareProfile
StatusFlatButton {
objectName: "shareProfileButton"
size: StatusButton.Size.Small
text: qsTr("Share Profile")
onClicked: Global.openPopup(shareProfileCmp)