diff --git a/ui/imports/shared/views/ProfileDialogView.qml b/ui/imports/shared/views/ProfileDialogView.qml index 4ffeb73c26..9bc53fd753 100644 --- a/ui/imports/shared/views/ProfileDialogView.qml +++ b/ui/imports/shared/views/ProfileDialogView.qml @@ -319,11 +319,13 @@ Pane { Loader { Layout.alignment: Qt.AlignTop Layout.preferredHeight: menuButton.visible ? menuButton.height : -1 - active: root.idVerificationFlowsEnabled sourceComponent: { if (d.isCurrentUser && !root.readOnly) return btnShareProfile + if (!root.idVerificationFlowsEnabled) + return + if (d.isContact && !(d.isTrusted || d.isLocallyTrusted) && !d.isBlocked) { if (d.isVerificationRequestSent) return btnReviewIDVerificationReply