Farcrada / DiscordPlugins

This repo holds all the plugins I made for Discord.
GNU Affero General Public License v3.0
113 stars 64 forks source link

Fix the settings modal #117

Closed Linkinlog closed 1 year ago

Linkinlog commented 1 year ago

Right now the modal doesn't pop up, looks like it is due to this module not being found, this attempts to fix it. I haven't worked with webpack/BD plugins at all so I'm not certain but looking at ZLibrary.DiscordModules.SettingsWrapper which seems to grab the same FormItem webpack module... it seems like this fix should work.

Farcrada commented 1 year ago

However much this works, this doesn't actually get the right component. The issue is that there's multiple objects by those props. Each a different FormItem component.

The one I'd need is probably still not the one from the last update, but hey... We'll get 'em on the next one.