remove the button to launch the unfinished file browser
This commit is contained in:
parent
cd10555a8a
commit
00dc5f0128
|
@ -68,17 +68,17 @@ Deluge.MoveStorage = Ext.extend(Ext.Window, {
|
||||||
name: 'location',
|
name: 'location',
|
||||||
width: 240
|
width: 240
|
||||||
});
|
});
|
||||||
this.form.add({
|
//this.form.add({
|
||||||
xtype: 'button',
|
// xtype: 'button',
|
||||||
text: _('Browse'),
|
// text: _('Browse'),
|
||||||
handler: function() {
|
// handler: function() {
|
||||||
if (!this.fileBrowser) {
|
// if (!this.fileBrowser) {
|
||||||
this.fileBrowser = new Deluge.FileBrowser();
|
// this.fileBrowser = new Deluge.FileBrowser();
|
||||||
}
|
// }
|
||||||
this.fileBrowser.show();
|
// this.fileBrowser.show();
|
||||||
},
|
// },
|
||||||
scope: this
|
// scope: this
|
||||||
});
|
//});
|
||||||
},
|
},
|
||||||
|
|
||||||
hide: function() {
|
hide: function() {
|
||||||
|
|
Loading…
Reference in New Issue