mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Add shortcut key for deleting selected torrents
Added processing of pressing 'Delete' key on keyboard.
This commit is contained in:
@@ -29,6 +29,8 @@ function getLocalStorageItem(name, defaultVal) {
|
||||
return val;
|
||||
}
|
||||
|
||||
var deleteFN = function() {};
|
||||
|
||||
initializeWindows = function() {
|
||||
|
||||
function addClickEvent(el, fn) {
|
||||
|
||||
Reference in New Issue
Block a user