mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-09 10:38:33 +00:00
Fix hover on links in popups
This commit is contained in:
@ -40,6 +40,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
### Fixed
|
### Fixed
|
||||||
* GODT-454 Fix send on closed channel when receiving unencrypted send confirmation from GUI.
|
* GODT-454 Fix send on closed channel when receiving unencrypted send confirmation from GUI.
|
||||||
* GODT-597 Duplicate sending when draft creation takes too long
|
* GODT-597 Duplicate sending when draft creation takes too long
|
||||||
|
* GODT-634 Hover on links in popups.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* GODT-462 Pausing event loop while FETCHing to prevent EXPUNGE
|
* GODT-462 Pausing event loop while FETCHing to prevent EXPUNGE
|
||||||
|
|||||||
@ -106,6 +106,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: mainText
|
anchors.fill: mainText
|
||||||
|
cursorShape: mainText.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user