Add option to disable scrolling to edit

This commit is contained in:
caneleex
2022-11-06 18:48:42 +01:00
parent b40749717f
commit a1e00b44d5
4 changed files with 18 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ interface SBConfig {
showSegmentNameInChapterBar: boolean;
useVirtualTime: boolean;
showSegmentFailedToFetchWarning: boolean;
allowScrollingToEdit: boolean;
// Used to cache calculated text color info
categoryPillColors: {
@@ -204,6 +205,7 @@ const Config: SBObject = {
showSegmentNameInChapterBar: true,
useVirtualTime: true,
showSegmentFailedToFetchWarning: true,
allowScrollingToEdit: true,
categoryPillColors: {},