mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Web UI: Automatically close torrent download window once the torrent upload is complete
This commit is contained in:
parent
68092f3b5c
commit
bc52863aec
3 changed files with 5 additions and 2 deletions
|
@ -143,6 +143,10 @@ window.addEvent('domready', function(){
|
|||
|
||||
});
|
||||
|
||||
function closeWindows() {
|
||||
MochaUI.closeAll();
|
||||
}
|
||||
|
||||
// This runs when a person leaves your page.
|
||||
|
||||
window.addEvent('unload', function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue