mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
6 lines
153 B
QML
6 lines
153 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
text: model.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
|
|
width: parent ? parent.width : undefined
|
|
}
|