chore: object name for share profile button
This commit is contained in:
parent
fab79a4228
commit
ed1d244921
|
@ -261,6 +261,7 @@ Pane {
|
|||
Component {
|
||||
id: btnShareProfile
|
||||
StatusFlatButton {
|
||||
objectName: "shareProfileButton"
|
||||
size: StatusButton.Size.Small
|
||||
text: qsTr("Share Profile")
|
||||
onClicked: Global.openPopup(shareProfileCmp)
|
||||
|
|
Loading…
Reference in New Issue