mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
remove cruft in the preferences folder
This commit is contained in:
parent
58c3b60ca7
commit
b431368b67
1 changed files with 0 additions and 35 deletions
|
@ -196,41 +196,6 @@ Ext.deluge.preferences.Network = Ext.extend(Ext.form.FormPanel, {
|
||||||
ctCls: 'x-deluge-indent-checkbox',
|
ctCls: 'x-deluge-indent-checkbox',
|
||||||
name: 'dht'
|
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());
|
Deluge.Preferences.addPage(new Ext.deluge.preferences.Network());
|
Loading…
Add table
Add a link
Reference in a new issue