mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 14:37:23 +03:00
Add tooltip about chapters feature
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user