make name and attribution in image pack settings plain text

Otherwise, <foo> would be swallowed.
This commit is contained in:
tastytea 2023-03-24 18:19:43 +01:00
parent 357d7b9d99
commit ead02fb654
No known key found for this signature in database

View file

@ -165,6 +165,7 @@ ApplicationWindow {
horizontalAlignment: TextEdit.AlignHCenter
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: packinfoC.width - Nheko.paddingLarge * 2
textFormat: TextEdit.PlainText
}
MatrixText {
@ -173,6 +174,7 @@ ApplicationWindow {
horizontalAlignment: TextEdit.AlignHCenter
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: packinfoC.width - Nheko.paddingLarge * 2
textFormat: TextEdit.PlainText
}
GridLayout {