mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
fix(tracker/gioui): respawn window if VSTI accidentally closes it
This commit is contained in:
parent
61ebd89da0
commit
f5eeabe5f3
@ -5,6 +5,8 @@ package gioui
|
||||
const CAN_QUIT = false
|
||||
|
||||
func (t *Tracker) Quit(forced bool) bool {
|
||||
t.sendQuit()
|
||||
if forced {
|
||||
t.sendQuit()
|
||||
}
|
||||
return forced
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user