Remove the option to edit the messages of other users.

This commit is contained in:
Suraj Kumar Mahto
2021-03-17 18:54:32 +00:00
committed by Carl Schwan
parent 8f1f02fa22
commit b67f03d33f
2 changed files with 4 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ Kirigami.ScrollablePage {
QQC2.Button {
QQC2.ToolTip.text: i18n("Edit")
QQC2.ToolTip.visible: hovered
visible: actions.hovered && showEdit
visible: hoverActions.showEdit
icon.name: "document-edit"
onClicked: hoverActions.editClicked()
}