diff --git a/source/Ox.UI/js/Video/Ox.AnnotationPanel.js b/source/Ox.UI/js/Video/Ox.AnnotationPanel.js index 686ca562..a99d055d 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationPanel.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationPanel.js @@ -328,7 +328,7 @@ Ox.AnnotationPanel = function(options, self) { {id: 'large', title: 'Large', checked: self.options.font == 'large'} ]} ] : [], - self.options.showUsers ? [ + self.options.showUsers && self.users.length ? [ {}, {id: 'users', title: 'Show Users', disabled: true}, {group: 'users', min: 1, max: -1, items: self.users.map(function(user) {