-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Fix window controls (popouts and visual refresh) and focus window method by patching window controls wrapper module #1104
base: main
Are you sure you want to change the base?
Conversation
do not remove the old patches. not everyone is using Visual Refresh |
they will probably fix it soon |
IMO no, the Linux desktop client has it like that too. People always have UserCSS if they want to change it,, |
looks like shit and expecting people to fix shit with css is bad UX |
Should be a vencord plugin to unify the two bars then, since its not Vesktop specific |
Fixes #1077
Fixes #964
This patches Discord's module that wraps around native IPC methods for windowing and some other utilities to call
VesktopNative.win
methods instead ofDiscordNative.window
methodsThis includes
focus
which was used by RPC deep linking. No difference will occur from this change, but if any of those other handlers are later supported through arRPC, it won't be necessary to patch the focus method in those handlers.This does not fix the missing always on top support in call popouts (doesnt work on wayland, I gave up on fixing that for that reason)