Update Overview.lua to work with N hotkey (#33)

This commit is contained in:
devomaa 2020-05-08 20:09:32 +03:00 committed by GitHub
parent 3f80faa0fe
commit db9c05fa89
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'))