Enable links in in-reply-to rows
This commit is contained in:
parent
6508c20a0d
commit
8e03b16243
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ Row {
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
truncationMode: TruncationMode.Fade
|
truncationMode: TruncationMode.Fade
|
||||||
maximumLineCount: 1
|
maximumLineCount: 1
|
||||||
|
linkColor: Theme.highlightColor
|
||||||
|
onLinkActivated: {
|
||||||
|
Functions.handleLink(link);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue