mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
188a4627f1
commit
e423c34ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue