From 4ef05dc47887db84984bfc25a9f1f6e262361aef Mon Sep 17 00:00:00 2001 From: IrohDW Date: Wed, 8 Jan 2025 10:56:23 -0700 Subject: [PATCH] Mouse cursor doesn't show when video is fullscreen and the mouse is idle for more than 5 seconds. Added hotkey "c" that toggles always showing controls when fullscreen, even if idle. Removed duplicate Other category, added Paranormal, Religion and Spirituality categories due to community requests for it. --- src/constants/Categories.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/Categories.ts b/src/constants/Categories.ts index 0c76bc3..23a7ed4 100644 --- a/src/constants/Categories.ts +++ b/src/constants/Categories.ts @@ -34,6 +34,7 @@ export const categories = [ { id: 19, name: "Nature & Environment" }, { id: 20, name: "Business & Finance" }, { id: 21, name: "Personal Development" }, + { id: 22, name: "Religion" }, { id: 23, name: "History" }, { id: 24, name: "Anime" }, { id: 25, name: "Cartoons" },