From eedd9700f4caf621949d1477add758a7908fcac1 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Sun, 19 Apr 2026 20:40:55 +0300 Subject: [PATCH] feat(discordRPC): more tabs support --- src/hooks/useDiscordRPC.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/hooks/useDiscordRPC.ts b/src/hooks/useDiscordRPC.ts index 58e1c84..881f13d 100644 --- a/src/hooks/useDiscordRPC.ts +++ b/src/hooks/useDiscordRPC.ts @@ -52,6 +52,13 @@ export function useDiscordRPC({ devtools: "Developing for LCE", skins: "Changing Skins", workshop: "Browsing Workshop", + "pck-editor": "Editing a PCK file", + "options-editor": "Editing Options Files", + "arc-editor": "Editing an ARC file", + "loc-editor": "Editing Localisation Files", + screenshots: "Browsing Screenshots", + "col-editor": "Editing Color Files", + "grf-editor": "Editing Game Rules", }; details = tabNames[activeView] || "In Menus"; }