mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
clear the options panel when the add window is closed
This commit is contained in:
parent
2450599789
commit
0490df5a42
1 changed files with 1 additions and 1 deletions
|
@ -454,8 +454,8 @@ Ext.deluge.add.AddWindow = Ext.extend(Ext.deluge.add.Window, {
|
||||||
},
|
},
|
||||||
|
|
||||||
clear: function() {
|
clear: function() {
|
||||||
this.torrents = {};
|
|
||||||
this.grid.getStore().removeAll();
|
this.grid.getStore().removeAll();
|
||||||
|
this.optionsPanel.clear();
|
||||||
},
|
},
|
||||||
|
|
||||||
onAdd: function() {
|
onAdd: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue