mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 19:45:51 +00:00
Notifications: ensure they are not sandwitched between panels
+ Always access lockScreen via panel service and removed deprecation notice.
This commit is contained in:
@@ -92,25 +92,16 @@ ShellRoot {
|
||||
|
||||
Overview {}
|
||||
Background {}
|
||||
AllScreens {}
|
||||
Dock {}
|
||||
Notification {}
|
||||
ToastOverlay {}
|
||||
OSD {}
|
||||
Notification {}
|
||||
|
||||
LockScreen {
|
||||
id: lockScreen
|
||||
Component.onCompleted: {
|
||||
// Save a ref. to our lockScreen so we can access it easily
|
||||
PanelService.lockScreen = lockScreen;
|
||||
}
|
||||
}
|
||||
LockScreen {}
|
||||
|
||||
// IPCService is treated as a service but it's actually an
|
||||
// Item that needs to exists in the shell.
|
||||
// IPCService is treated as a service but it's actually an Item that needs to exists in the shell.
|
||||
IPCService {}
|
||||
|
||||
// MainScreen for each screen
|
||||
AllScreens {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user