Bring proper link coloring in web page descriptions back

This commit is contained in:
Sebastian Wolf 2020-12-25 12:31:32 +01:00
parent 4aa8ff3d8a
commit d0ebbc7170
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A

View file

@ -93,6 +93,7 @@ Column {
visible: (rawText !== "")
readonly property int defaultMaxLineCount: 3
maxLineCount: defaultMaxLineCount
linkColor: Theme.highlightColor
onLinkActivated: {
Functions.handleLink(link);
}