A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
Fix a deadlock in system.TheApp.Quit() caused by #1290. I tested this extensively and there are no more deadlocks or race conditions with window closing and app quitting.
Fix a deadlock in
system.TheApp.Quit()
caused by #1290. I tested this extensively and there are no more deadlocks or race conditions with window closing and app quitting.Fixes #1267