From b481906c868af7d1d8601af9018f420ef1ec40ed Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 26 Feb 2019 21:54:46 -0500 Subject: [PATCH] Add video screen, to be used for better control of the digital projector. --- app/lib/ui/nav.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/ui/nav.js b/app/lib/ui/nav.js index 9d75935..e72078a 100644 --- a/app/lib/ui/nav.js +++ b/app/lib/ui/nav.js @@ -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' } ],