Skip to content

Commit

Permalink
Room topic: fix mouse cursor shape; don't show URLs in status bar
Browse files Browse the repository at this point in the history
The topic always has URLs verbatim as it doesn't support markup.
  • Loading branch information
KitsuneRal committed Jul 31, 2023
1 parent b2481d2 commit 39e50a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/qml/Timeline.qml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ Page {
readOnly: true
wrapMode: TextEdit.Wrap
selectByMouse: true

onHoveredLinkChanged:
controller.showStatusMessage(hoveredLink)
hoverEnabled: true

onLinkActivated:
(link) => controller.resourceRequested(link)
Expand Down

0 comments on commit 39e50a7

Please sign in to comment.