Add tooltip about filler category

This commit is contained in:
Ajay Ramachandran
2021-11-21 19:40:25 -05:00
parent 7218be73c6
commit c007ac3d86
3 changed files with 24 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ interface SBConfig {
locked: string
},
scrollToEditTimeUpdate: boolean,
fillerUpdate: boolean,
// What categories should be skipped
categorySelections: CategorySelection[],
@@ -202,6 +203,7 @@ const Config: SBObject = {
autoHideInfoButton: true,
autoSkipOnMusicVideos: false,
scrollToEditTimeUpdate: false, // false means the tooltip will be shown
fillerUpdate: false,
categorySelections: [{
name: "sponsor" as Category,