feat(OSD): full click-through

This commit is contained in:
Lemmy
2026-03-21 08:42:46 -04:00
parent c78e7e386a
commit 2efacafb69
+3
View File
@@ -529,6 +529,9 @@ Variants {
WlrLayershell.layer: Settings.data.osd?.overlayLayer ? WlrLayer.Overlay : WlrLayer.Top
WlrLayershell.exclusionMode: ExclusionMode.Ignore
// Click-through — OSD is display-only, no input needed
mask: Region {}
Item {
id: osdItem
anchors.fill: parent