fix(@desktop/profile) fix renaming popup calls

Fixes #6541
This commit is contained in:
PavelS 2022-07-29 13:05:40 +03:00
parent 4d0bfcc501
commit da48a55995
2 changed files with 3 additions and 2 deletions

View File

@ -113,7 +113,7 @@ StatusModal {
popup.open();
if (state == "openNickname") {
nicknamePopup.open();
profileView.nicknamePopup.open();
} else if (state == "contactRequest") {
sendContactRequestModal.open()
} else if (state == "blockUser") {
@ -409,7 +409,7 @@ StatusModal {
visible: showIdentityVerified || showIdentityVerifiedUntrustworthy
text: qsTr("Rename")
onClicked: {
nicknamePopup.open()
profileView.nicknamePopup.open()
}
},

View File

@ -69,6 +69,7 @@ Rectangle {
readonly property alias unblockContactConfirmationDialog: unblockContactConfirmationDialog
readonly property alias blockContactConfirmationDialog: blockContactConfirmationDialog
readonly property alias removeContactConfirmationDialog: removeContactConfirmationDialog
readonly property alias nicknamePopup: nicknamePopup
readonly property alias wizardAnimation: wizardAnimation
readonly property alias challengeTxt: challengeTxt
readonly property alias stepsListModel: stepsListModel