From cd205b13863ea70b203894a15db6c7826a6b6d70 Mon Sep 17 00:00:00 2001 From: programminglaboratorys <107296738+programminglaboratorys@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:02:20 +0300 Subject: [PATCH] ReviewDB: add to context menu in new profile ui (#2622) Co-authored-by: vee --- src/plugins/reviewDB/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/reviewDB/index.tsx b/src/plugins/reviewDB/index.tsx index 2ae74c388..9f303dfe5 100644 --- a/src/plugins/reviewDB/index.tsx +++ b/src/plugins/reviewDB/index.tsx @@ -69,7 +69,8 @@ export default definePlugin({ "guild-header-popout": guildPopoutPatch, "guild-context": guildPopoutPatch, "user-context": userContextPatch, - "user-profile-actions": userContextPatch + "user-profile-actions": userContextPatch, + "user-profile-overflow-menu": userContextPatch }, patches: [