mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 13:08:48 +03:00
9 lines
232 B
QML
9 lines
232 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
property string notice: model.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
|
|
text: notice
|
|
width: parent ? parent.width : undefined
|
|
font.italic: true
|
|
color: inactiveColors.text
|
|
}
|