From db9c05fa89465f677da02c4ad51a22ce24c2d40f Mon Sep 17 00:00:00 2001 From: devomaa <25231103+devomaa@users.noreply.github.com> Date: Fri, 8 May 2020 20:09:32 +0300 Subject: [PATCH] Update Overview.lua to work with N hotkey (#33) --- sys/apps/Overview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/apps/Overview.lua b/sys/apps/Overview.lua index 7fae2ba..b670fc2 100644 --- a/sys/apps/Overview.lua +++ b/sys/apps/Overview.lua @@ -477,7 +477,7 @@ function page:eventHandler(event) shell.switchTab(shell.openTab(Alt.get('files'))) elseif event.type == 'network' then - shell.switchTab(shell.openTab('network')) + shell.switchTab(shell.openTab('Network')) elseif event.type == 'help' then shell.switchTab(shell.openTab('Help Overview'))