Only show import when chapter enabled

This commit is contained in:
Ajay
2022-06-22 14:03:58 -04:00
parent 023b875b0f
commit 70731e42a5
3 changed files with 8 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ interface SBConfig {
categoryPillUpdate: boolean,
darkMode: boolean,
showCategoryGuidelines: boolean,
chaptersActivated: boolean,
// Used to cache calculated text color info
categoryPillColors: {
@@ -174,6 +175,7 @@ const Config: SBObject = {
categoryPillUpdate: false,
darkMode: true,
showCategoryGuidelines: true,
chaptersActivated: true,
categoryPillColors: {},