From ddcb471a1ebc101b7317dc1625d133ea7a109502 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Mon, 11 Aug 2025 10:50:12 -0400 Subject: [PATCH] Tray: added comments --- Modules/Bar/Tray.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Bar/Tray.qml b/Modules/Bar/Tray.qml index 6b3334f..fcc67ce 100644 --- a/Modules/Bar/Tray.qml +++ b/Modules/Bar/Tray.qml @@ -118,6 +118,7 @@ Item { } // Attached TrayMenu drop down + // Wrapped in NPanel so we can detect click outside of the menu to close the TrayMenu NPanel { id: trayPanel showOverlay: false // no colors overlay even if activated in settings