diff options
Diffstat (limited to 'src/js-components')
-rw-r--r-- | src/js-components/previewBar.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js-components/previewBar.ts b/src/js-components/previewBar.ts index 5e002fb9..db452bfa 100644 --- a/src/js-components/previewBar.ts +++ b/src/js-components/previewBar.ts @@ -748,6 +748,7 @@ class PreviewBar { updateChapterText(segments: SponsorTime[], submittingSegments: SponsorTime[], currentTime: number): SponsorTime[] { if (!Config.config.showSegmentNameInChapterBar + || Config.config.disableSkipping || ((!segments || segments.length <= 0) && submittingSegments?.length <= 0)) { const chaptersContainer = this.getChaptersContainer(); if (chaptersContainer) { |