diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index 2d20e669..afb3ca77 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -590,14 +590,14 @@ Ox.VideoEditor = function(options, self) { self.$annotationsMenuButton = Ox.Select({ items: [ {id: 'annotations', title: 'Show Annotations', disabled: true}, - {id: 'showAnnotationsAtPosition', title: 'At Current Position', checked: true}, - {id: 'showAnnotationsInSelection', title: 'In Current Selection'}, - {id: 'showAllAnnotations', title: 'All'}, + {id: 'showAnnotationsAtPosition', title: 'At Current Position', checked: true, disabled: true}, + {id: 'showAnnotationsInSelection', title: 'In Current Selection', disabled: true}, + {id: 'showAllAnnotations', title: 'All', disabled: true}, {}, {id: 'textSize', title: 'Font Size', disabled: true}, - {id: 'smallText', title: 'Small', checked: true}, - {id: 'mediumText', title: 'Medium'}, - {id: 'largeText', title: 'Large'} + {id: 'smallText', title: 'Small', checked: true, disabled: true}, + {id: 'mediumText', title: 'Medium', disabled: true}, + {id: 'largeText', title: 'Large', disabled: true} ], max: 2, title: 'set',