SpikeHD / Dorion

Tiny alternative Discord client with a smaller footprint, snappier startup, themes, plugins and more!
https://spikehd.github.io/projects/dorion/
GNU General Public License v3.0
631 stars 20 forks source link

[2.0] Shelter move #131

Closed SpikeHD closed 1 year ago

SpikeHD commented 1 year ago

Goals

*I think I'll be skipping the vague and non-working "Dorion MacOS Fix" Vencordorion plugin since it doesn't do much and is worth tackling all at once again

SpikeHD commented 1 year ago

Current Problems

SpikeHD commented 1 year ago

Found the freezing problem, it's caused by setting __OVERLAY__ to true. Unfortunately that also solves a voice chat popup, so I will probably have to find a more specific fix for voice stuff 😔

SpikeHD commented 1 year ago

Solved that with dorion-voice-fix, at least partially. The popup is now gone but joining VC won't work

SpikeHD commented 1 year ago

Saved! Just needed to change the UserAgent and it fixes voice entirely

SpikeHD commented 1 year ago

This is feature complete, only thing now is that some of the UI needs to be fixed on Windows specifically for some reason. Things the like notification enable switch and the Dorion Settings area seem to be a little bugged out, and modals don't like to show up. Might just merge this into main before I fix all that and work off of main