From c7c01405083bd39d32eaec9b8b5093bd37578a8a Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 6 Dec 2025 20:41:44 -0800 Subject: [PATCH] feat: remove irrelevant comment --- quickshell/Components/SystemTray.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/quickshell/Components/SystemTray.qml b/quickshell/Components/SystemTray.qml index 5f3c3f5e..f9127476 100644 --- a/quickshell/Components/SystemTray.qml +++ b/quickshell/Components/SystemTray.qml @@ -44,7 +44,6 @@ RowLayout { } else { openItemId = modelData.id } - //popupLoader.item.visible = !popupLoader.item.visible } }