mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23: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
|
||||
maximizedTracker: containmentItem.windowMaximizedTracker
|
||||
|
||||
visible: !containmentItem.fullscreen
|
||||
visible: !MobileShellState.LockscreenDBusClient.lockscreenActive && !containmentItem.fullscreen
|
||||
}
|
||||
|
||||
// Status bar component
|
||||
|
|
|
|||
Loading…
Reference in a new issue