From ee94828d9711bd6fd6a5b304fdc35614562b8f9b Mon Sep 17 00:00:00 2001 From: Marepalli Santhosh <173584372+marepallisanthosh999333@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:39:23 +0530 Subject: [PATCH] removed unnecessary comments --- .../ii/modules/overlay/stickypad/StickypadContent.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/overlay/stickypad/StickypadContent.qml b/dots/.config/quickshell/ii/modules/overlay/stickypad/StickypadContent.qml index d84dff509..881116a66 100644 --- a/dots/.config/quickshell/ii/modules/overlay/stickypad/StickypadContent.qml +++ b/dots/.config/quickshell/ii/modules/overlay/stickypad/StickypadContent.qml @@ -15,9 +15,7 @@ Rectangle { property var copylistEntries: [] property string lastParsedCopylistText: "" property var parsedCopylistLines: [] - // CUSTOM: Track clickthrough state to disable text editing - START property bool isClickthrough: false - // CUSTOM: Track clickthrough state to disable text editing - END color: Appearance.colors.colLayer0 radius: Appearance.rounding.windowRounding - 6