Allow hiding of action button group in MessageView

This commit is contained in:
Christian Muehlhaeuser 2019-05-09 05:38:10 +02:00
parent 14373fc1a3
commit 48eabdb5fd
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -6,6 +6,7 @@ import QtGraphicalEffects 1.0
ColumnLayout {
property bool fadeMedia
property bool showActionButtons: true
property string name: model.name
property string messageid: model.messageid
@ -239,6 +240,7 @@ ColumnLayout {
}
RowLayout {
visible: showActionButtons
anchors.right: parent.right
Layout.topMargin: 4