mirror of
https://github.com/kepler155c/opus
synced 2025-11-02 08:33:02 +00:00
welcome screen
This commit is contained in:
11
sys/autorun/welcome.lua
Normal file
11
sys/autorun/welcome.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local Config = require('config')
|
||||
|
||||
local shell = _ENV.shell
|
||||
|
||||
local config = Config.load('os')
|
||||
if not config.welcomed then
|
||||
config.welcomed = true
|
||||
Config.update('os', config)
|
||||
|
||||
shell.openForegroundTab('Welcome')
|
||||
end
|
||||
Reference in New Issue
Block a user