mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-03 00:58:26 -04:00
11 lines
132 B
Go
11 lines
132 B
Go
//go:build plugin
|
|
|
|
package gioui
|
|
|
|
const CAN_QUIT = false
|
|
|
|
func (t *Tracker) Quit(forced bool) bool {
|
|
t.sendQuit()
|
|
return forced
|
|
}
|