Update SearchItem.qml

This commit is contained in:
end-4 2025-05-30 08:32:41 +02:00
parent 46fdd3306c
commit 782926de0f

View file

@ -192,7 +192,7 @@ RippleButton {
text: `${root.displayContent}`
}
}
Loader {
Loader { // Clipboard image preview
active: root.cliphistRawString && /^\d+\t\[\[.*binary data.*\d+x\d+.*\]\]$/.test(root.cliphistRawString)
sourceComponent: CliphistImage {
Layout.fillWidth: true