mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-31 20:09:11 +00:00
feat(teleprompter): add teleprompter view
This commit is contained in:
@@ -10,6 +10,7 @@ export const viewLabels: Record<OntimeView, string> = {
|
||||
[OntimeView.Timeline]: 'Timeline',
|
||||
[OntimeView.StudioClock]: 'Studio Clock',
|
||||
[OntimeView.Countdown]: 'Countdown',
|
||||
[OntimeView.Teleprompter]: 'Teleprompter',
|
||||
[OntimeView.ProjectInfo]: 'Project Info',
|
||||
};
|
||||
|
||||
@@ -20,6 +21,7 @@ const navigatorViews = [
|
||||
OntimeView.Timeline,
|
||||
OntimeView.StudioClock,
|
||||
OntimeView.Countdown,
|
||||
OntimeView.Teleprompter,
|
||||
OntimeView.ProjectInfo,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user