Merge pull request #547 from Stremio/fix-shortcuts-for-vertical-navbar

fix: shortcuts
This commit is contained in:
Tim 2024-01-02 09:11:38 +01:00 committed by GitHub
commit 206402f00a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,12 +35,12 @@ function KeyboardShortcuts() {
}
case 'Digit4': {
event.preventDefault();
window.location = '#/settings';
window.location = '#/addons';
break;
}
case 'Digit5': {
event.preventDefault();
window.location = '#/addons';
window.location = '#/settings';
break;
}
case 'Backspace': {