1
0
mirror of https://github.com/kepler155c/opus synced 2024-12-29 01:50:27 +00:00

update notification

This commit is contained in:
kepler155c@gmail.com 2020-04-30 22:13:03 -06:00
parent fd61416750
commit fae7596182

View File

@ -42,7 +42,7 @@ if fs.exists('.opus_version') then
Config.update('version', config) Config.update('version', config)
print('New version available') print('New version available')
if _ENV.multishell then if _ENV.multishell then
shell.openForegroundTab('Version') shell.openForegroundTab('sys/apps/Version.lua')
end end
end end
end end