mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
mobileshellstate: update isActionDrawerOpen to use intendedToBeVisible
The drawer was recently updated where it is now technically always is visible. So we need to update the binding for MobileShellState to use drawer.intendedToBeVisible so that it works properly.
This commit is contained in:
parent
24d3186834
commit
65c2be29e7
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ ContainmentItem {
|
|||
Binding {
|
||||
target: MobileShellState.ShellDBusClient
|
||||
property: "isActionDrawerOpen"
|
||||
value: drawer.visible
|
||||
value: drawer.intendedToBeVisible
|
||||
}
|
||||
|
||||
//END API implementation
|
||||
|
|
|
|||
Loading…
Reference in a new issue