forked from Shinonome/dots-hyprland
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