From fae759618271180c00c5f4f503fab897a849bca1 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Thu, 30 Apr 2020 22:13:03 -0600 Subject: [PATCH] update notification --- sys/autorun/version.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/autorun/version.lua b/sys/autorun/version.lua index 5550092..304fe0d 100644 --- a/sys/autorun/version.lua +++ b/sys/autorun/version.lua @@ -42,7 +42,7 @@ if fs.exists('.opus_version') then Config.update('version', config) print('New version available') if _ENV.multishell then - shell.openForegroundTab('Version') + shell.openForegroundTab('sys/apps/Version.lua') end end end