From 2e6c5eacf7d6f3ec92da14fb91302f490962cad5 Mon Sep 17 00:00:00 2001 From: Đỗ Văn Hoài Tuân Date: Wed, 5 Apr 2023 18:02:53 -0700 Subject: BetterFolders: Fix Close all not working (#808) --- 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 6814fc7..365fd0f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -245,5 +245,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ Dziurwa: { name: "Dziurwa", id: 787017887877169173n + }, + AutumnVN: { + name: "AutumnVN", + id: 393694671383166998n } }); -- cgit