Skip to content

Commit

Permalink
fix: remove search shortcut #561
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Dec 30, 2022
1 parent 36ac80a commit 0c6562e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/views/Dashboard.vue
Expand Up @@ -401,11 +401,6 @@ export default {
return this.createModal('ConfirmDeleteModal')
}
// 'Search new torrent'
if (e.keyCode === 55) {
return this.createModal('SearchModal')
}
}
}
}
Expand Down

0 comments on commit 0c6562e

Please sign in to comment.