Closed LmanTW closed 1 year ago
Yes, you can call
sdl.on('beforeQuit', (event) => { event.prevent() })
Closing this as solved, let me know if you have problems and I'll reopen it.
@LmanTW I have found a better way to handle the process lifetime so now after v0.7.0
destroying a window won't cause the process to exit if you have other stuff going on.
I found that destroying the window seems to make the process exit. Is there a way to prevent it from exiting?