mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
fix: Cannot open the link in the channel's description
Hook up the signal to open a hyper link Fixes #8939
This commit is contained in:
parent
ce08265e0d
commit
6fc1d0951b
@ -337,6 +337,7 @@ Item {
|
||||
break;
|
||||
}
|
||||
}
|
||||
onLinkActivated: Global.openLink(link)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user