mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
panel: Fix startup feedback fill showing on lockscreen
Ensure that the startup feedback background fill does not show up on the lockscreen.
This commit is contained in:
parent
a2b9e98801
commit
1e2ba92a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ Item {
|
||||||
screen: Plasmoid.screen
|
screen: Plasmoid.screen
|
||||||
maximizedTracker: containmentItem.windowMaximizedTracker
|
maximizedTracker: containmentItem.windowMaximizedTracker
|
||||||
|
|
||||||
visible: !containmentItem.fullscreen
|
visible: !MobileShellState.LockscreenDBusClient.lockscreenActive && !containmentItem.fullscreen
|
||||||
}
|
}
|
||||||
|
|
||||||
// Status bar component
|
// Status bar component
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue