@splatsune @vkc FWIW, Electron is entirely capable of doing multiple windows (with different content) in the same process, so this one is entirely on the application developers.
(Most likely the reason they don't do this is because they're trying to save a buck by reusing the same codebase for web and desktop, and in a browser you *can't* do this)