From 7b06d13fd2582ffc50f289564e4efd4ac7efd7ab Mon Sep 17 00:00:00 2001 From: Damocles Date: Thu, 16 Apr 2026 23:24:28 +0200 Subject: [PATCH] hoverpanel: add dismiss() trace logging (debug) --- modules/HoverPanel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/HoverPanel.qml b/modules/HoverPanel.qml index bad6e44..79d43a9 100644 --- a/modules/HoverPanel.qml +++ b/modules/HoverPanel.qml @@ -128,6 +128,7 @@ PanelWindow { } function dismiss() { + console.log("HoverPanel.dismiss ns=" + panelNamespace + " popup=" + popupMode + " grace=" + _grace + " showPanel=" + showPanel + " pinned=" + _pinned); _pinned = false; showAnim.stop(); hideAnim.start();