mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
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) {
|
if (this.running) {
|
||||||
$clear(this.running);
|
$clear(this.running);
|
||||||
this.running = false;
|
this.running = false;
|
||||||
|
Deluge.Torrents.store.loadData([]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user