make name and attribution in image pack settings plain text

Otherwise, <foo> would be swallowed.
pull/1430/head
tastytea 2 years ago
parent 357d7b9d99
commit ead02fb654
No known key found for this signature in database
  1. 2
      resources/qml/dialogs/ImagePackSettingsDialog.qml

@ -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 {

Loading…
Cancel
Save