Currently, the GUI error dialog is always shown. I'm thinking it might be better to only show it in production as in development you most likely have DevTools open already and having to click away an alert dialog is just an inconvenience. Thoughts?
Would use electron-is-dev to check whether the app is in production or not.
Currently, the GUI error dialog is always shown. I'm thinking it might be better to only show it in production as in development you most likely have DevTools open already and having to click away an alert dialog is just an inconvenience. Thoughts?
Would use
electron-is-dev
to check whether the app is in production or not.