Update Overview.lua to work with N hotkey

This commit is contained in:
devomaa 2020-05-08 15:49:32 +03:00 committed by GitHub
parent 3f80faa0fe
commit fad81fbb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'))