mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 04:34:57 +00:00
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…
x
Reference in New Issue
Block a user