diff --git a/.config/quickshell/modules/overview/SearchItem.qml b/.config/quickshell/modules/overview/SearchItem.qml index db3a3d26..0191ef3e 100644 --- a/.config/quickshell/modules/overview/SearchItem.qml +++ b/.config/quickshell/modules/overview/SearchItem.qml @@ -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