From 782926de0fae23ae93d824105ea5e5cba68fe354 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 30 May 2025 08:32:41 +0200 Subject: [PATCH] Update SearchItem.qml --- .config/quickshell/modules/overview/SearchItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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