This commit is contained in:
Xuan Sang LE 2018-03-20 15:19:32 +01:00
parent 988993483f
commit 0510da0701

View File

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