mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-20 03:08:21 +01:00
fix gui
This commit is contained in:
parent
077b20e013
commit
7d7df62158
@ -373,7 +373,7 @@ self.OS.GUI =
|
|||||||
_GUI.buildSystemMenu()
|
_GUI.buildSystemMenu()
|
||||||
# push startup services
|
# push startup services
|
||||||
# TODO: get services list from user setting
|
# 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 a) for a in _OS.setting.system.startup.apps
|
||||||
#_GUI.launch "DummyApp"
|
#_GUI.launch "DummyApp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user