mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Properly enable hovering on message action menu
This commit is contained in:
parent
b52fd8538d
commit
4495ad8e55
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ Item {
|
||||||
property var attachedPos: chat.contentY, attached ? chat.mapFromItem(attached, attached ? attached.width - width : 0, -height) : null
|
property var attachedPos: chat.contentY, attached ? chat.mapFromItem(attached, attached ? attached.width - width : 0, -height) : null
|
||||||
padding: Nheko.paddingSmall
|
padding: Nheko.paddingSmall
|
||||||
|
|
||||||
|
hoverEnabled: true
|
||||||
visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered)
|
visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered)
|
||||||
x: attached ? attachedPos.x : 0
|
x: attached ? attachedPos.x : 0
|
||||||
y: attached ? attachedPos.y + Nheko.paddingMedium : 0
|
y: attached ? attachedPos.y + Nheko.paddingMedium : 0
|
||||||
|
|
Loading…
Reference in a new issue