in timeline options, rename 'full' to 'frames'
This commit is contained in:
parent
4d14148524
commit
5bc4958996
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ pandora.ui.mainMenu = function() {
|
|||
] : []
|
||||
) },
|
||||
{ id: 'timelines', title: 'Timelines', items: [
|
||||
{ group: 'viewtimelines', min: 1, max: 1, items: ['average', 'center', 'full'].map(function(timelines) {
|
||||
{ group: 'viewtimelines', min: 1, max: 1, items: ['average', 'center', 'frames'].map(function(timelines) {
|
||||
return {id: timelines, title: Ox.toTitleCase(timelines), checked: ui.videoTimeline == timelines};
|
||||
}) }
|
||||
]},
|
||||
|
|
Loading…
Reference in a new issue