Hide action buttons for your own content

This commit is contained in:
Christian Muehlhaeuser 2019-05-09 18:13:19 +02:00
parent c876c23019
commit 4578f31282
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -240,7 +240,7 @@ ColumnLayout {
}
RowLayout {
visible: showActionButtons
visible: showActionButtons && !(accountBridge.username == author && (like || forward))
anchors.right: parent.right
Layout.topMargin: 4