Skip to content

Make links in messages clickable/touchable (#47)

Kevin Kofler requested to merge work/clickable-links into master

Add an onLinkActivated handler to the message content label in MessagesPage.qml, so that activating a link actually opens it in the default browser rather than doing nothing.

Fixes #47 (closed).

Merge request reports