mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
clear the torrent grid when stopping the ui
This commit is contained in:
parent
815d8aa39f
commit
b9d84be341
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ Deluge.Ui = {
|
|||
if (this.running) {
|
||||
$clear(this.running);
|
||||
this.running = false;
|
||||
Deluge.Torrents.store.loadData([]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue