Add notice about hook category change

This commit is contained in:
Ajay
2025-07-25 02:13:47 -04:00
parent 44177b9ddf
commit 8c2258a331
3 changed files with 21 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ interface SBConfig {
};
scrollToEditTimeUpdate: boolean;
categoryPillUpdate: boolean;
hookUpdate: boolean;
showChapterInfoMessage: boolean;
darkMode: boolean;
showCategoryGuidelines: boolean;
@@ -335,6 +336,7 @@ const syncDefaults = {
skipNonMusicOnlyOnYoutubeMusic: false,
scrollToEditTimeUpdate: false, // false means the tooltip will be shown
categoryPillUpdate: false,
hookUpdate: false,
showChapterInfoMessage: true,
darkMode: true,
showCategoryGuidelines: true,