disable volumes menu
This commit is contained in:
parent
7254eeb5d3
commit
8aca2ab04d
1 changed files with 4 additions and 4 deletions
|
@ -185,11 +185,11 @@ pandora.ui.folders = function() {
|
||||||
} else {
|
} else {
|
||||||
extras = [Ox.Select({
|
extras = [Ox.Select({
|
||||||
items: [
|
items: [
|
||||||
{ id: 'add', title: 'Add Volume...' },
|
{ id: 'add', title: 'Add Volume...', disabled: true },
|
||||||
{ id: 'scan', title: 'Scan Selected Volume...' },
|
{ id: 'scan', title: 'Scan Selected Volume...', disabled: true },
|
||||||
{ id: 'remove', title: 'Remove Selected Volume...' },
|
{ id: 'remove', title: 'Remove Selected Volume...', disabled: true },
|
||||||
{},
|
{},
|
||||||
{ id: 'import', title: 'Import Movies...' }
|
{ id: 'import', title: 'Import Movies...', disabled: true }
|
||||||
],
|
],
|
||||||
max: 0,
|
max: 0,
|
||||||
min: 0,
|
min: 0,
|
||||||
|
|
Loading…
Reference in a new issue