mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-14 02:54:37 -04:00
fix(tracker/gioui): make VSTI close event wait that gioui actually quit
This commit is contained in:
parent
e3c7d2cba4
commit
12f15d1066
@ -5,6 +5,6 @@ package gioui
|
||||
const CAN_QUIT = false
|
||||
|
||||
func (t *Tracker) Quit(forced bool) bool {
|
||||
t.quitted = forced
|
||||
t.sendQuit()
|
||||
return forced
|
||||
}
|
||||
|
Reference in New Issue
Block a user