Remove the option to edit the messages of other users.
This commit is contained in:
committed by
Carl Schwan
parent
8f1f02fa22
commit
b67f03d33f
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user