1
0
mirror of https://github.com/lxsang/antos-frontend.git synced 2025-04-11 18:46:44 +02:00
This commit is contained in:
Xuan Sang LE 2018-03-20 15:19:32 +01:00
parent 988993483f
commit 0510da0701

@ -25,8 +25,8 @@ class BaseApplication extends this.OS.GUI.BaseModel
CTRL: {}
SHIFT: {}
META: {}
@subscribe "appregistry"
, ( m ) ->
me = @
@subscribe "appregistry", ( m ) ->
me.applySetting m.data.m if (m.name is me.name)
init: ->
me = @