diff options
author | ruukulada <126130342+ruukulada@users.noreply.github.com> | 2023-08-30 18:53:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 00:53:05 +0200 |
commit | fe6be987fdc456a722f360cae4af6845da71e13f (patch) | |
tree | 3dd9843920c3b00c1464cb2fccfc55d8e83d91dc /src/utils/constants.ts | |
parent | d688075c0a7f067ad78101dbd847044837051bcc (diff) | |
download | Vencord-fe6be987fdc456a722f360cae4af6845da71e13f.tar.gz Vencord-fe6be987fdc456a722f360cae4af6845da71e13f.tar.bz2 Vencord-fe6be987fdc456a722f360cae4af6845da71e13f.zip |
gameActivityToggle: Fix disabled SVG look (#1696)
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 9c90e4b..7cb5eab 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<string, Dev>); // iife so #__PURE__ works correctly |