Add option to not auto-hide info button

This commit is contained in:
Ajay Ramachandran
2021-06-27 18:50:52 -04:00
parent cc73d2a179
commit 91f3ebed41
5 changed files with 30 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ interface SBConfig {
ytInfoPermissionGranted: boolean,
askAboutUnlistedVideos: boolean,
allowExpirements: boolean,
autoHideInfoButton: boolean,
// What categories should be skipped
categorySelections: CategorySelection[],
@@ -180,6 +181,7 @@ const Config: SBObject = {
ytInfoPermissionGranted: false,
askAboutUnlistedVideos: true,
allowExpirements: true,
autoHideInfoButton: true,
categorySelections: [{
name: "sponsor",