ReviewDB: add to context menu in new profile ui (#2622)
Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
parent
3688c7e4c9
commit
cd205b1386
1 changed files with 2 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue