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