From 19a3622e7e6a785ad50ad23f1f3bfc50c079be22 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sun, 17 May 2026 10:04:36 -0400 Subject: [PATCH] Only when opened --- .../omarchy-shell/plugins/image-picker/ImagePicker.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/quickshell/omarchy-shell/plugins/image-picker/ImagePicker.qml b/default/quickshell/omarchy-shell/plugins/image-picker/ImagePicker.qml index 0723ba72..27d10c83 100644 --- a/default/quickshell/omarchy-shell/plugins/image-picker/ImagePicker.qml +++ b/default/quickshell/omarchy-shell/plugins/image-picker/ImagePicker.qml @@ -404,7 +404,7 @@ Item { PanelWindow { id: panel - visible: true + visible: root.opened anchors { top: true; bottom: true; left: true; right: true } color: "transparent" WlrLayershell.namespace: "omarchy-image-selector"