diff options
author | Ajay Ramachandran <[email protected]> | 2021-11-21 19:40:25 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-11-21 19:40:25 -0500 |
commit | c007ac3d8653b06aa5b2efd304e40098cd39273e (patch) | |
tree | 1842d85d08b4836dd4fcd3acd60a4f7ae062d088 /src/config.ts | |
parent | 7218be73c6b4673a8285551ba668719d8e36dbc9 (diff) | |
download | SponsorBlock-c007ac3d8653b06aa5b2efd304e40098cd39273e.tar.gz SponsorBlock-c007ac3d8653b06aa5b2efd304e40098cd39273e.zip |
Add tooltip about filler category
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 3c4bb30a..344a7b62 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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, |