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:
Lukáš Tinkl 2023-01-04 01:23:29 +01:00 committed by Lukáš Tinkl
parent ce08265e0d
commit 6fc1d0951b
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ Item {
break;
}
}
onLinkActivated: Global.openLink(link)
}
}