From be4769930af0cfc56ef31dce25f1badcf2dd91ff Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:50:46 +1000 Subject: exclusions: set input mask to empty Fixes #26 and #72 --- modules/drawers/Exclusions.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/drawers') diff --git a/modules/drawers/Exclusions.qml b/modules/drawers/Exclusions.qml index d1e80dc..5557cdb 100644 --- a/modules/drawers/Exclusions.qml +++ b/modules/drawers/Exclusions.qml @@ -32,5 +32,6 @@ Scope { screen: root.screen name: "border-exclusion" exclusiveZone: Config.border.thickness + mask: Region {} } } -- cgit v1.2.3-freya