Add option to hide autogenerated chapters by YouTube

This commit is contained in:
Ajay
2024-12-08 20:02:32 -05:00
parent 9ad636fdad
commit 15976777ed
6 changed files with 50 additions and 8 deletions

View File

@@ -234,6 +234,10 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
configKey: "showSegmentNameInChapterBar",
label: chrome.i18n.getMessage("showSegmentNameInChapterBar"),
dontDisable: true
}, {
configKey: "showAutogeneratedChapters",
label: chrome.i18n.getMessage("showAutogeneratedChapters"),
dontDisable: true
}];
case "music_offtopic":
return [{