From 386dfe363a484ac0cd492cf6f61a717d90a454ca Mon Sep 17 00:00:00 2001 From: rad Date: Mon, 12 Jun 2023 19:05:04 -0400 Subject: ViewRaw: Add setting for swapping left/right click (#1263) Co-authored-by: V --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 01a4485..24eafff 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -322,6 +322,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ ImLvna: { name: "Luna <3", id: 174200708818665472n + }, + rad: { + name: "rad", + id: 113027285765885952n } } satisfies Record); -- cgit