Add tooltip about chapters feature

This commit is contained in:
Ajay
2022-09-18 03:15:20 -04:00
parent 4804c7f439
commit 6d757857cb
6 changed files with 56 additions and 9 deletions

View File

@@ -62,9 +62,9 @@ interface SBConfig {
},
scrollToEditTimeUpdate: boolean,
categoryPillUpdate: boolean,
showChapterInfoMessage: boolean,
darkMode: boolean,
showCategoryGuidelines: boolean,
chaptersAvailable: boolean,
showCategoryWithoutPermission: boolean,
// Used to cache calculated text color info
@@ -193,9 +193,9 @@ const Config: SBObject = {
autoSkipOnMusicVideos: false,
scrollToEditTimeUpdate: false, // false means the tooltip will be shown
categoryPillUpdate: false,
showChapterInfoMessage: true,
darkMode: true,
showCategoryGuidelines: true,
chaptersAvailable: true,
showCategoryWithoutPermission: false,
categoryPillColors: {},