give names to both the radio buttons so they end up in a group (duh)
This commit is contained in:
parent
81eeb6edf7
commit
000297dc95
@ -96,8 +96,8 @@ Ext.deluge.preferences.Downloads = Ext.extend(Ext.FormPanel, {
|
||||
name: 'compact_allocation',
|
||||
labelSeparator: '',
|
||||
items: [
|
||||
{boxLabel: _('Compact') + ' ', inputValue: true},
|
||||
{boxLabel: _('Full'), inputValue: false}
|
||||
{boxLabel: _('Compact') + ' ', inputValue: true, name: 'compact_allocation'},
|
||||
{boxLabel: _('Full'), inputValue: false, name: 'compact_allocation'}
|
||||
]
|
||||
}));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user