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
|
color: root.colForeground
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
text: root.selected ? root.itemName : root.displayContent
|
text: root.selected ? StringUtils.escapeHtml(root.itemName) : root.displayContent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loader { // Clipboard image preview
|
Loader { // Clipboard image preview
|
||||||
|
|||||||
Reference in New Issue
Block a user