Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel popouts no longer work with new update to betterdiscord #31

Open
iestatic opened this issue Apr 16, 2021 · 1 comment
Open

Channel popouts no longer work with new update to betterdiscord #31

iestatic opened this issue Apr 16, 2021 · 1 comment

Comments

@iestatic
Copy link

I am begging you to please fix this if you can. I would forever be grateful. Let me know how I can help..

@TheColorman
Copy link

TheColorman commented May 17, 2021

Bump!

I tried updating the code myself and ran into a couple of problems.

  1. The querySelector here is no longer functional, but all it does is create a hover tooltip, so I removed it.
  2. Here the plugin tries to access require("electron").remote, but according to a StackExchange answer by Teak, Electron now required a specific definition for enableRemoteModule: true when creating the browserWindow. I tried to recompile BetterDiscord from source but I changed psconnection.js to include the definition, but require("electron").remote still returns undefined.

I've kind of hit a wall here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants