From 4804c7f43974087e42d61913222d5ef9711b087d Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 16 Sep 2022 22:41:39 -0400 Subject: [PATCH] Add option to show categories you don't have permission to submit --- public/_locales/en/messages.json | 6 ++++++ public/options/options.html | 14 ++++++++++++++ src/components/SponsorTimeEditComponent.tsx | 6 ++++-- src/config.ts | 2 ++ 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 3984695f..8863c703 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -246,6 +246,12 @@ "whatRefetchWhenNotFound": { "message": "If the video is new, and there are no segments found, it will keep refetching every few minutes while you watch." }, + "enableShowCategoryWithoutPermission": { + "message": "Show categories in submission menu even without submission permission" + }, + "whatShowCategoryWithoutPermission": { + "message": "Some categories require permission to submit due to minimum reputation requirements" + }, "showNotice": { "message": "Show Notice Again" }, diff --git a/public/options/options.html b/public/options/options.html index 31a60cb1..91112941 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -141,6 +141,20 @@
__MSG_whatRefetchWhenNotFound__
+
+
+ + +
+ +
__MSG_whatShowCategoryWithoutPermission__
+
+