summary refs log tree commit diff
diff options
context:
space:
mode:
authortastytea <tastytea@tastytea.de>2023-03-24 18:19:43 +0100
committertastytea <tastytea@tastytea.de>2023-03-24 18:19:43 +0100
commitead02fb6547917ad0a072799270ddf7957c03a5f (patch)
treef23bb7ecb9932a67eb5dca08b19c045eba002308
parentTranslated using Weblate (Turkish) (diff)
downloadnheko-ead02fb6547917ad0a072799270ddf7957c03a5f.tar.xz
make name and attribution in image pack settings plain text
Otherwise, <foo> would be swallowed.
-rw-r--r--resources/qml/dialogs/ImagePackSettingsDialog.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/dialogs/ImagePackSettingsDialog.qml b/resources/qml/dialogs/ImagePackSettingsDialog.qml
index a938bab8..76d84a07 100644
--- a/resources/qml/dialogs/ImagePackSettingsDialog.qml
+++ b/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 {