From c6e9abda9f15a46845dad43da0acd4b257f45b54 Mon Sep 17 00:00:00 2001 From: bbedward Date: Mon, 1 Dec 2025 10:01:25 -0500 Subject: [PATCH] color picker: fix save button disappearing with eye dropper fixes #853 --- quickshell/Modals/DankColorPickerModal.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/quickshell/Modals/DankColorPickerModal.qml b/quickshell/Modals/DankColorPickerModal.qml index bf3b1e34..24a48fba 100644 --- a/quickshell/Modals/DankColorPickerModal.qml +++ b/quickshell/Modals/DankColorPickerModal.qml @@ -44,7 +44,6 @@ DankModal { } function hideInstant() { - onColorSelectedCallback = null; instantClose(); }