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:
		| @@ -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
	 kepler155c@gmail.com
					kepler155c@gmail.com