clear the torrent grid when stopping the ui
This commit is contained in:
parent
815d8aa39f
commit
b9d84be341
|
@ -172,6 +172,7 @@ Deluge.Ui = {
|
|||
if (this.running) {
|
||||
$clear(this.running);
|
||||
this.running = false;
|
||||
Deluge.Torrents.store.loadData([]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue