diff --git a/src/core/gui.coffee b/src/core/gui.coffee index 92adf0a..96425d3 100644 --- a/src/core/gui.coffee +++ b/src/core/gui.coffee @@ -373,7 +373,7 @@ self.OS.GUI = _GUI.buildSystemMenu() # push startup services # TODO: get services list from user setting - _GUI.pushServices _OS.setting.system.startup.services + _GUI.pushServices (v for v in _OS.setting.system.startup.services) (_GUI.launch a) for a in _OS.setting.system.startup.apps #_GUI.launch "DummyApp"