1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-31 07:33:00 +00:00

transition refactor + inactive elements

This commit is contained in:
kepler155c@gmail.com
2017-10-07 00:27:41 -04:00
parent 91a05c07dd
commit af981dd1f8
6 changed files with 201 additions and 213 deletions

View File

@@ -476,6 +476,10 @@ local function startup()
local hasError
local session = Util.readTable(SESSION_FILE)
if not Opus.loadServices() then
hasError = true
end
local overviewId = multishell.openTab({
path = 'sys/apps/Overview.lua',
focused = true,
@@ -484,10 +488,6 @@ local function startup()
})
overviewTab = tabs[overviewId]
if not Opus.loadServices() then
hasError = true
end
if not Opus.autorun() then
hasError = true
end