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.
This commit is contained in:
Devin Lin 2026-01-04 20:47:35 -05:00
parent 188a4627f1
commit e423c34ebc

View file

@ -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) {