From 285e7390742b308390be8fb7505615c89f8a70d6 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Thu, 24 Apr 2025 21:38:54 +0200 Subject: [PATCH] refactor: Change base text style render to markdown --- ChatView/qml/dialog/TextBlock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatView/qml/dialog/TextBlock.qml b/ChatView/qml/dialog/TextBlock.qml index f11f909..53d3a58 100644 --- a/ChatView/qml/dialog/TextBlock.qml +++ b/ChatView/qml/dialog/TextBlock.qml @@ -25,7 +25,7 @@ TextEdit { readOnly: true selectByMouse: true wrapMode: Text.WordWrap - textFormat: Text.StyledText + textFormat: Text.MarkdownText selectionColor: palette.highlight color: palette.text }