aboutsummaryrefslogtreecommitdiff
path: root/timeline.ts
diff options
context:
space:
mode:
Diffstat (limited to 'timeline.ts')
-rw-r--r--timeline.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/timeline.ts b/timeline.ts
index 1611eb8..7f673c5 100644
--- a/timeline.ts
+++ b/timeline.ts
@@ -42,7 +42,7 @@ export var toolToSlide = {
};
export interface presentationSettings {
- controlType: 'FullScreen';
+ controlType: 'FullScreen' | 'MenuBar';
}
export default interface timeline {