mirror of
https://github.com/transmission/transmission
synced 2025-01-30 10:52:00 +00:00
fix: use a Verify keyboard shortcut that does not conflict with Paste (#5318)
This commit is contained in:
parent
0e2b8d721c
commit
649be3b772
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue