Fix lockscreen
Add lockscreen ipc call Edit Applauncher
This commit is contained in:
parent
5d1d59c04b
commit
1cb30757de
5 changed files with 26 additions and 341 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue