powercord-community / cutecord

owo
60 stars 3 forks source link

Cutecord breaks bdCompat context menus #19

Closed Triantafyllo closed 3 years ago

Triantafyllo commented 3 years ago

Menus from bdCompat plugins, like Image Utilities' context menu, break when Cutecord is on. As I use those a lot to share images, see an emote at full resolution, or reverse search stuff that's sent to me, I currently have no choice but to turn off Cutecord.

I spoke with one of the developers whose plugin's context menu broke with Cutecord, and they said the following specifically for Cutecord's developer to see:

In the Menu patch, you forgot to read the displayName to it after patching, add Menu.default.displayName = 'Menu'; to fix it