From 8a5852f61a0e83a9afc890e06d73afd78a4bf9ca Mon Sep 17 00:00:00 2001 From: Marepalli Santhosh <173584372+marepallisanthosh999333@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:36:04 +0530 Subject: [PATCH] removed unnecessary comments --- dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml b/dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml index 4eed3e5b5..7570d7312 100644 --- a/dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml +++ b/dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml @@ -11,9 +11,7 @@ Singleton { { identifier: "crosshair", materialSymbol: "point_scan" }, { identifier: "fpsLimiter", materialSymbol: "animation" }, { identifier: "resources", materialSymbol: "browse_activity" }, - // CUSTOM: Stickypad integration - START { identifier: "stickypad", materialSymbol: "note_stack" } - // CUSTOM: Stickypad integration - END ] readonly property bool hasPinnedWidgets: root.pinnedWidgetIdentifiers.length > 0