transition refactor + inactive elements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user