Notifications: ensure they are not sandwitched between panels

+ Always access lockScreen via panel service and removed deprecation
notice.
This commit is contained in:
ItsLemmy
2025-11-21 15:18:38 -05:00
parent f46915d2c3
commit 7a68030f69
5 changed files with 19 additions and 105 deletions
+4 -13
View File
@@ -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 {}
}
}