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

@ -97,6 +97,7 @@ func init() {
},
CloseFunc: func() {
tracker.Quit(true)
tracker.WaitQuitted()
},
}