Add option to show categories you don't have permission to submit

This commit is contained in:
Ajay
2022-09-16 22:41:39 -04:00
parent 47f685bcdd
commit 4804c7f439
4 changed files with 26 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ interface SBConfig {
darkMode: boolean,
showCategoryGuidelines: boolean,
chaptersAvailable: boolean,
showCategoryWithoutPermission: boolean,
// Used to cache calculated text color info
categoryPillColors: {
@@ -195,6 +196,7 @@ const Config: SBObject = {
darkMode: true,
showCategoryGuidelines: true,
chaptersAvailable: true,
showCategoryWithoutPermission: false,
categoryPillColors: {},