diff options
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts index 550f15f4..7b085bfd 100644 --- a/src/config.ts +++ b/src/config.ts @@ -70,6 +70,7 @@ interface SBConfig { showCategoryGuidelines: boolean; showCategoryWithoutPermission: boolean; showSegmentNameInChapterBar: boolean; + showAutogeneratedChapters: boolean; useVirtualTime: boolean; showSegmentFailedToFetchWarning: boolean; allowScrollingToEdit: boolean; @@ -328,6 +329,7 @@ const syncDefaults = { showCategoryGuidelines: true, showCategoryWithoutPermission: false, showSegmentNameInChapterBar: true, + showAutogeneratedChapters: true, useVirtualTime: true, showSegmentFailedToFetchWarning: true, allowScrollingToEdit: true, |