mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-14 11:04:23 -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
|
const CAN_QUIT = false
|
||||||
|
|
||||||
func (t *Tracker) Quit(forced bool) bool {
|
func (t *Tracker) Quit(forced bool) bool {
|
||||||
t.sendQuit()
|
if forced {
|
||||||
|
t.sendQuit()
|
||||||
|
}
|
||||||
return forced
|
return forced
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user