1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-06 05:42:07 -04:00

clipboard: fix html elements get parsed in clipboard entry

This commit is contained in:
lakapple
2026-02-22 16:38:56 +07:00
parent f983c67135
commit 52b11eeb98

View File

@@ -127,7 +127,7 @@ Rectangle {
elide: Text.ElideRight
}
StyledText {
Text {
text: entryPreview
font.pixelSize: Theme.fontSizeMedium
color: Theme.surfaceText
@@ -135,6 +135,7 @@ Rectangle {
wrapMode: Text.WordWrap
maximumLineCount: entryType === "long_text" ? 3 : 1
elide: Text.ElideRight
textFormat: Text.PlainText
}
}
}