This commit is contained in:
Xuan Sang LE 2018-02-28 17:00:08 +01:00
parent 077b20e013
commit 7d7df62158

View File

@ -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"