mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-01 02:10:47 +03:00
6 lines
97 B
QML
6 lines
97 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
text: model.formattedBody
|
|
width: parent ? parent.width : undefined
|
|
}
|