mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-10 18:36:34 +00:00
remove cruft in the preferences folder
This commit is contained in:
parent
58c3b60ca7
commit
b431368b67
@ -196,41 +196,6 @@ Ext.deluge.preferences.Network = Ext.extend(Ext.form.FormPanel, {
|
||||
ctCls: 'x-deluge-indent-checkbox',
|
||||
name: 'dht'
|
||||
}));
|
||||
|
||||
/*fieldset = this.add({
|
||||
xtype: 'fieldset',
|
||||
border: false,
|
||||
title: _('Encryption'),
|
||||
autoHeight: true,
|
||||
layout: 'column',
|
||||
defaultType: 'panel',
|
||||
defaults: {
|
||||
border: false,
|
||||
layout: 'form',
|
||||
defaultType: 'combo'
|
||||
}
|
||||
});
|
||||
|
||||
var column = fieldset.add({
|
||||
|
||||
});
|
||||
optMan.bind('enc_in_policy', column.add({
|
||||
fieldLabel: _('Inbound'),
|
||||
mode: 'local',
|
||||
store: [
|
||||
[0, _('Forced')],
|
||||
[1, _('Enabled')],
|
||||
[2, _('Disabled')]
|
||||
],
|
||||
//new Ext.data.SimpleStore({
|
||||
// fields: ['id', 'text'],
|
||||
// data:
|
||||
//}),
|
||||
width: 100,
|
||||
//forceSelection: true,
|
||||
//valueField: 'id',
|
||||
//displayField: 'text'
|
||||
}));*/
|
||||
}
|
||||
});
|
||||
Deluge.Preferences.addPage(new Ext.deluge.preferences.Network());
|
Loading…
x
Reference in New Issue
Block a user