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
|
@ -69,7 +69,8 @@ export default definePlugin({
|
||||||
"guild-header-popout": guildPopoutPatch,
|
"guild-header-popout": guildPopoutPatch,
|
||||||
"guild-context": guildPopoutPatch,
|
"guild-context": guildPopoutPatch,
|
||||||
"user-context": userContextPatch,
|
"user-context": userContextPatch,
|
||||||
"user-profile-actions": userContextPatch
|
"user-profile-actions": userContextPatch,
|
||||||
|
"user-profile-overflow-menu": userContextPatch
|
||||||
},
|
},
|
||||||
|
|
||||||
patches: [
|
patches: [
|
||||||
|
|
Loading…
Reference in a new issue