Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): wait until quit to close backend
backend close listener was subscribed to the mainwindow close event. This would mean the backend is shut down whenever the window closes, which would break the app for any subsequent windows. Attaching backend closing to the lifespan of the app process with the 'will-quit' event makes more sense.
- Loading branch information