fix(tracker/gioui): make VSTI close event wait that gioui actually quit

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2023-10-01 12:42:12 +03:00
parent e3c7d2cba4
commit 12f15d1066
4 changed files with 22 additions and 9 deletions

View File

@ -5,6 +5,6 @@ package gioui
const CAN_QUIT = false
func (t *Tracker) Quit(forced bool) bool {
t.quitted = forced
t.sendQuit()
return forced
}