Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
d32ff87d
Commit
d32ff87d
authored
Aug 14, 2022
by
Claudio Cambra
Browse files
Make links clickable in TextPart
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
dc404e48
Pipeline
#217738
passed with stage
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mail/qml/mailpartview/TextPart.qml
View file @
d32ff87d
...
...
@@ -41,6 +41,7 @@ Item {
text
:
content
.
substring
(
0
,
100000
)
//The TextEdit deals poorly with messages that are too large.
color
:
embedded
?
Kirigami
.
Theme
.
disabledTextColor
:
Kirigami
.
Theme
.
textColor
onLinkActivated
:
Qt
.
openUrlExternally
(
link
)
//Kube.ViewHighlighter {
// textDocument: textEdit.textDocument
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment