mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add processing double click on torrent
Starting/pausing torrent by double-clicking on it.
This commit is contained in:
parent
0fee2216d0
commit
c4332fe9a9
2 changed files with 13 additions and 0 deletions
|
@ -30,6 +30,8 @@ function getLocalStorageItem(name, defaultVal) {
|
|||
}
|
||||
|
||||
var deleteFN = function() {};
|
||||
var startFN = function() {};
|
||||
var pauseFN = function() {};
|
||||
|
||||
initializeWindows = function() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue