mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
Fix hover on links in popups
This commit is contained in:
@ -106,6 +106,7 @@ Rectangle {
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: mainText
|
||||
cursorShape: mainText.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user