parent
4d0bfcc501
commit
da48a55995
|
@ -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()
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue