diff --git a/src/plugins/gameActivityToggle/index.tsx b/src/plugins/gameActivityToggle/index.tsx index 827bea5f0..40318c023 100644 --- a/src/plugins/gameActivityToggle/index.tsx +++ b/src/plugins/gameActivityToggle/index.tsx @@ -32,12 +32,18 @@ function makeIcon(showCurrentGame?: boolean) { return function () { return ( - - {!showCurrentGame && } + + {!showCurrentGame && <> + + + + + + } ); }; @@ -60,7 +66,7 @@ function GameActivityToggleButton() { export default definePlugin({ name: "GameActivityToggle", description: "Adds a button next to the mic and deafen button to toggle game activity.", - authors: [Devs.Nuckyz], + authors: [Devs.Nuckyz, Devs.RuukuLada], dependencies: ["SettingsStoreAPI"], patches: [ diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 9c90e4b97..7cb5eab7d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -355,6 +355,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "bb010g", id: 72791153467990016n, }, + RuukuLada: { + name: "RuukuLada", + id: 119705748346241027n, + }, } satisfies Record); // iife so #__PURE__ works correctly