Files
supersonic/ui/app_delegate_other.go

16 lines
188 B
Go

//go:build !darwin
package ui
import "fyne.io/fyne/v2"
func installReopenHandler(w fyne.Window) {
}
func isRealQuit() bool {
return false
}
func installDockMenu(menu *fyne.Menu) {
}