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

@ -10,6 +10,6 @@ func (t *Tracker) Quit(forced bool) bool {
t.ConfirmSongDialog.Visible = true
return false
}
t.quitted = true
t.sendQuit()
return true
}