run autorun programs in shell mode
This commit is contained in:
@@ -3,7 +3,7 @@ local Config = require('config')
|
||||
local shell = _ENV.shell
|
||||
|
||||
local config = Config.load('os')
|
||||
if not config.welcomed then
|
||||
if not config.welcomed and shell.openForegroundTab then
|
||||
config.welcomed = true
|
||||
Config.update('os', config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user