mirror of
https://github.com/muesli/telephant
synced 2025-02-18 12:38:25 +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 {
|
RowLayout {
|
||||||
visible: showActionButtons
|
visible: showActionButtons && !(accountBridge.username == author && (like || forward))
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
Layout.topMargin: 4
|
Layout.topMargin: 4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue