fix: show escaped text for selected entry in clipboard

This commit is contained in:
lnb
2026-05-12 12:04:28 +05:30
parent 807c761ed0
commit 403f7aa685
@@ -226,7 +226,7 @@ RippleButton {
color: root.colForeground
horizontalAlignment: Text.AlignLeft
elide: Text.ElideRight
text: root.selected ? root.itemName : root.displayContent
text: root.selected ? StringUtils.escapeHtml(root.itemName) : root.displayContent
}
}
Loader { // Clipboard image preview