mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
use boolean values rather than string values for the radiobuttons
This commit is contained in:
parent
f4b34637dd
commit
82a4367aa9
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
|||
name: 'compact_allocation',
|
||||
labelSeparator: '',
|
||||
items: [
|
||||
{boxLabel: _('Compact') + ' ', value: 'true'},
|
||||
{boxLabel: _('Full'), value: 'false'}
|
||||
{boxLabel: _('Compact') + ' ', value: true},
|
||||
{boxLabel: _('Full'), value: false}
|
||||
]
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue