mirror of
https://github.com/muesli/telephant
synced 2024-11-26 05:10:18 +00:00
Hide action buttons for your own content
This commit is contained in:
parent
c876c23019
commit
4578f31282
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ ColumnLayout {
|
|||
}
|
||||
|
||||
RowLayout {
|
||||
visible: showActionButtons
|
||||
visible: showActionButtons && !(accountBridge.username == author && (like || forward))
|
||||
anchors.right: parent.right
|
||||
Layout.topMargin: 4
|
||||
|
||||
|
|
Loading…
Reference in a new issue