mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 04:08:05 -06:00
- Web UI: Automatically close torrent download window once the torrent upload is complete
This commit is contained in:
@@ -143,6 +143,10 @@ window.addEvent('domready', function(){
|
||||
|
||||
});
|
||||
|
||||
function closeWindows() {
|
||||
MochaUI.closeAll();
|
||||
}
|
||||
|
||||
// This runs when a person leaves your page.
|
||||
|
||||
window.addEvent('unload', function(){
|
||||
|
||||
Reference in New Issue
Block a user