mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
use boolean values rather than string values for the radiobuttons
This commit is contained in:
parent
f4b34637dd
commit
82a4367aa9
@ -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…
x
Reference in New Issue
Block a user