mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-27 03:09:45 +02:00
add application manager
This commit is contained in:
@ -7,7 +7,7 @@ class PushNotification extends this.OS.GUI.BaseService
|
||||
@pending = []
|
||||
init: ->
|
||||
@view = false
|
||||
path = path = "packages/CoreServices/notifications.html"
|
||||
path = path = "#{@meta().path}/notifications.html"
|
||||
@render path
|
||||
|
||||
spin: (b) ->
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"app":null,
|
||||
"services": [ "Calendar", "PushNotification", "Spotlight" ]
|
||||
"services": [ "Calendar", "PushNotification", "Spotlight" ],
|
||||
"name":"CoreServices",
|
||||
"description":"This is the core services",
|
||||
"info":{
|
||||
|
Reference in New Issue
Block a user