mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix: show escaped text for selected entry in clipboard (#3303)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user