Fix lockscreen

Add lockscreen ipc call
Edit Applauncher
This commit is contained in:
ly-sec 2025-07-12 11:05:58 +02:00
parent 5d1d59c04b
commit 1cb30757de
5 changed files with 26 additions and 341 deletions

View file

@ -29,6 +29,10 @@ Scope {
visible: false
}
LockScreen {
id: lockScreen
}
NotificationServer {
id: notificationServer
onNotification: function(notification) {
@ -54,5 +58,6 @@ Scope {
IPCHandlers {
appLauncherPanel: appLauncherPanel
lockScreen: lockScreen
}
}