Fix hover on links in popups

create-reload-action
Michal Horejsek 6 years ago
parent bb1d27a5be
commit 33bf64cc4e
  1. 1
      Changelog.md
  2. 1
      internal/frontend/qml/ProtonUI/BubbleNote.qml

@ -40,6 +40,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
### Fixed
* 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-634 Hover on links in popups.
### Changed
* GODT-462 Pausing event loop while FETCHing to prevent EXPUNGE

@ -106,6 +106,7 @@ Rectangle {
}
MouseArea {
anchors.fill: mainText
cursorShape: mainText.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
acceptedButtons: Qt.NoButton
}

Loading…
Cancel
Save