fix: use a Verify keyboard shortcut that does not conflict with Paste (#5318)
This commit is contained in:
parent
0e2b8d721c
commit
649be3b772
|
@ -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 New Issue