Add video screen, to be used for better control of the digital projector.

This commit is contained in:
mmcwilliams 2019-02-26 21:54:46 -05:00
parent b19b20dad9
commit b481906c86
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ nav.init = function () {
{ type: 'radio', id: 'controls', group: '1', caption: 'Controls', icon: 'fa fa-tasks' },
{ type: 'radio', id: 'light', group: '1', caption: 'Light', icon: 'mcopy-light' },
{ type: 'radio', id: 'script', group: '1', caption: 'Script', icon: 'fa fa-code' },
{ type: 'radio', id: 'video', group: '1', caption : 'Video', icon: 'fa fa-video'},
{ type: 'spacer' },
{ type: 'radio', id: 'settings', group: '1', caption: 'Settings', icon: 'fa fa-cogs' }
],