mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 18:02:47 +01:00
fix gui
This commit is contained in:
parent
077b20e013
commit
7d7df62158
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user