mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
give names to both the radio buttons so they end up in a group (duh)
This commit is contained in:
parent
3d85791a03
commit
23c949d4ec
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ Ext.deluge.preferences.Downloads = Ext.extend(Ext.FormPanel, {
|
||||||
name: 'compact_allocation',
|
name: 'compact_allocation',
|
||||||
labelSeparator: '',
|
labelSeparator: '',
|
||||||
items: [
|
items: [
|
||||||
{boxLabel: _('Compact') + ' ', inputValue: true},
|
{boxLabel: _('Compact') + ' ', inputValue: true, name: 'compact_allocation'},
|
||||||
{boxLabel: _('Full'), inputValue: false}
|
{boxLabel: _('Full'), inputValue: false, name: 'compact_allocation'}
|
||||||
]
|
]
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue