I noticed that whenever an update is needed for discord rpc, you close the current connection and start a new one. This is because KizzyRPC library doesn't support updating presence on the original connection. However, I triedKizzyand digged into the code. I found it does not use KizzyRPC...
// auto-pip while pip is in the process of opening doesn't work. // @@ -472,6 +476,8 @@ PictureInPictureWindowManager::GetOverlayView( @@ -478,6 +482,8 @@ PictureInPictureWindowManager::GetOverlayView( } return overlay_view; Expand Down 10 changes: 5 additions & 5 deletions 10...