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',
|
||||
width: 240
|
||||
});
|
||||
this.form.add({
|
||||
xtype: 'button',
|
||||
text: _('Browse'),
|
||||
handler: function() {
|
||||
if (!this.fileBrowser) {
|
||||
this.fileBrowser = new Deluge.FileBrowser();
|
||||
}
|
||||
this.fileBrowser.show();
|
||||
},
|
||||
scope: this
|
||||
});
|
||||
//this.form.add({
|
||||
// xtype: 'button',
|
||||
// text: _('Browse'),
|
||||
// handler: function() {
|
||||
// if (!this.fileBrowser) {
|
||||
// this.fileBrowser = new Deluge.FileBrowser();
|
||||
// }
|
||||
// this.fileBrowser.show();
|
||||
// },
|
||||
// scope: this
|
||||
//});
|
||||
},
|
||||
|
||||
hide: function() {
|
||||
|
|
Loading…
Reference in New Issue