From 146bccc57f383333ceeccf418dda27c4d01f6d80 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Thu, 24 Nov 2022 12:04:11 -0500 Subject: [PATCH] actiondrawer: Fix call to non-existent property --- .../mobileshell/qml/actiondrawer/ActionDrawerWindow.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml b/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml index c2f63b97..b0ed2a51 100644 --- a/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml +++ b/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml @@ -33,10 +33,6 @@ NanoShell.FullScreenOverlay { width: Screen.width height: Screen.height - onVisibleChanged: { - blurBackground = visible; - } - color: "transparent" onActiveChanged: {