From e423c34ebcda21888d2f22d5e7cd0a266be2be83 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 4 Jan 2026 20:47:35 -0500 Subject: [PATCH] actiondrawer: Fix typo setting drawer transparency It was missing the module name, this fixes the shell drawer not being input transparent while it's closing. --- components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml b/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml index 48fe6f43..2c30562f 100644 --- a/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml +++ b/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml @@ -40,7 +40,7 @@ Window { color: "transparent" // set input to transparent when closing to prevent window from taking unwanted touch inputs - onStateChanged: ShellUtil.setInputTransparent(window, state == "close") + onStateChanged: MobileShell.ShellUtil.setInputTransparent(window, state === "close") onVisibleChanged: { if (visible) {