Skip to content

Commit c4cd17f

Browse files
committed
Fix signal handler function
1 parent 074baad commit c4cd17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Lith/UI/NickList.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Drawer {
8585
text: Lith.selectedBuffer ? Lith.selectedBuffer.title : ""
8686
textFormat: Label.RichText
8787
color: LithPalette.regular.windowText
88-
onLinkActivated: {
88+
function onLinkActivated(link: url) {
8989
linkHandler.show(link, this)
9090
}
9191
MouseArea {

0 commit comments

Comments
 (0)