Add playback controls to dock menu on MacOS

This commit is contained in:
Drew Weymouth
2026-07-20 18:18:24 -07:00
parent ab087c6d49
commit c80f4399eb
4 changed files with 130 additions and 28 deletions
+3
View File
@@ -10,3 +10,6 @@ func installReopenHandler(w fyne.Window) {
func isRealQuit() bool {
return false
}
func installDockMenu(menu *fyne.Menu) {
}