From 4578f312829f8c60261bb9c3871cc92ee4ea1554 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 9 May 2019 18:13:19 +0200 Subject: [PATCH] Hide action buttons for your own content --- qml/MessageView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/MessageView.qml b/qml/MessageView.qml index 688b807..15975ed 100644 --- a/qml/MessageView.qml +++ b/qml/MessageView.qml @@ -240,7 +240,7 @@ ColumnLayout { } RowLayout { - visible: showActionButtons + visible: showActionButtons && !(accountBridge.username == author && (like || forward)) anchors.right: parent.right Layout.topMargin: 4