mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-22 16:59:57 -05:00
Update SearchItem.qml
This commit is contained in:
@@ -192,7 +192,7 @@ RippleButton {
|
|||||||
text: `${root.displayContent}`
|
text: `${root.displayContent}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loader {
|
Loader { // Clipboard image preview
|
||||||
active: root.cliphistRawString && /^\d+\t\[\[.*binary data.*\d+x\d+.*\]\]$/.test(root.cliphistRawString)
|
active: root.cliphistRawString && /^\d+\t\[\[.*binary data.*\d+x\d+.*\]\]$/.test(root.cliphistRawString)
|
||||||
sourceComponent: CliphistImage {
|
sourceComponent: CliphistImage {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|||||||
Reference in New Issue
Block a user