mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Update SearchItem.qml
This commit is contained in:
parent
46fdd3306c
commit
782926de0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue