Closed shatyuka closed 9 months ago
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
Speaking about Discord RPC, I was working on disabling Idle status, but it fell out due to the RPC not initializing back the RPC activity (it needs a 2nd change to actually change it) despite the dispose method already dispose the RPC history, can you take a look at that?
This is the commit that currently disables that feature https://github.com/CollapseLauncher/Collapse/commit/f4b130dc255ba8f78e31da3efb11828324b77515
Speaking about Discord RPC, I was working on disabling Idle status, but it fell out due to the RPC not initializing back the RPC activity (it needs a 2nd change to actually change it) despite the dispose method already dispose the RPC history, can you take a look at that?
This is the commit that currently disables that feature f4b130d
will look into it tomorrow
Alrighty thank you, will merge this one for now as neon is starting to finalize his work for HSR repair~
Thank you for your work <3
Discord will call
CloseHandle
on an already closed named pipe "discord-ipc-0" handle if Discord client was closed before we callDestroy
. Only affects debug mode.