fix: use a Verify keyboard shortcut that does not conflict with Paste (#5318)

This commit is contained in:
Charles Kerr 2023-04-12 18:05:57 -05:00 committed by GitHub
parent 0e2b8d721c
commit 649be3b772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export class ActionManager extends EventTarget {
},
'verify-selected-torrents': {
enabled: false,
shortcut: 'Control+V',
shortcut: 'Control+Shift+V',
text: 'Verify local data',
},
});