remove section menu
This commit is contained in:
parent
d107128d32
commit
e390173b45
1 changed files with 0 additions and 29 deletions
|
|
@ -58,35 +58,6 @@ oml.ui.mainMenu = function() {
|
|||
id: 'viewMenu',
|
||||
title: Ox._('View'),
|
||||
items: [
|
||||
{
|
||||
id: 'section',
|
||||
title: Ox._('Section'),
|
||||
items: [
|
||||
{
|
||||
group: 'section',
|
||||
min: 1,
|
||||
max: 1,
|
||||
items: [
|
||||
{
|
||||
id: 'books',
|
||||
title: Ox._('Items'),
|
||||
checked: true
|
||||
},
|
||||
{
|
||||
id: 'music',
|
||||
title: Ox._('Music'),
|
||||
disabled: true
|
||||
},
|
||||
{
|
||||
id: 'movies',
|
||||
title: Ox._('Movies'),
|
||||
disabled: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{},
|
||||
{
|
||||
id: 'listviewSubmenu',
|
||||
title: Ox._('Items'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue