forked from 0x2620/pandora
change order of video views in view menu
This commit is contained in:
parent
60f78463e3
commit
2375ea4f91
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ pandora.ui.mainMenu = function() {
|
||||||
}) },
|
}) },
|
||||||
] },
|
] },
|
||||||
{ id: 'clips', title: 'Open Clips', items: [
|
{ id: 'clips', title: 'Open Clips', items: [
|
||||||
{ group: 'videoview', min: 1, max: 1, items: ['timeline', 'player', 'editor'].map(function(view) {
|
{ group: 'videoview', min: 1, max: 1, items: ['player', 'editor', 'timeline'].map(function(view) {
|
||||||
return {id: view, title: Ox.toTitleCase(view), checked: ui.videoView == view};
|
return {id: view, title: Ox.toTitleCase(view), checked: ui.videoView == view};
|
||||||
}) }
|
}) }
|
||||||
] },
|
] },
|
||||||
|
|
Loading…
Reference in a new issue