From 935a8ee4112a1d7d015cadc679e3cddff0be787d Mon Sep 17 00:00:00 2001 From: Marepalli Santhosh <173584372+marepallisanthosh999333@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:37:32 +0530 Subject: [PATCH] removed unnecessary comments --- .../ii/modules/overlay/OverlayWidgetDelegateChooser.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/overlay/OverlayWidgetDelegateChooser.qml b/dots/.config/quickshell/ii/modules/overlay/OverlayWidgetDelegateChooser.qml index 823b5d488..42a2d7e4b 100644 --- a/dots/.config/quickshell/ii/modules/overlay/OverlayWidgetDelegateChooser.qml +++ b/dots/.config/quickshell/ii/modules/overlay/OverlayWidgetDelegateChooser.qml @@ -11,9 +11,7 @@ import qs.modules.overlay.volumeMixer import qs.modules.overlay.fpsLimiter import qs.modules.overlay.recorder import qs.modules.overlay.resources -// CUSTOM: Stickypad integration - START import qs.modules.overlay.stickypad -// CUSTOM: Stickypad integration - END DelegateChooser { id: root @@ -24,7 +22,5 @@ DelegateChooser { DelegateChoice { roleValue: "fpsLimiter"; FpsLimiter {} } DelegateChoice { roleValue: "recorder"; Recorder {} } DelegateChoice { roleValue: "resources"; Resources {} } - // CUSTOM: Stickypad integration - START DelegateChoice { roleValue: "stickypad"; Stickypad {} } - // CUSTOM: Stickypad integration - END }