refactor(tracker/gioui): use gioui/x/explorer instead of home made file explorer

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2023-07-08 12:17:41 +03:00
parent 8c4f7ee61f
commit 3da62179e4
7 changed files with 114 additions and 422 deletions

View File

@ -75,7 +75,7 @@ func (t *Tracker) layoutMenuBar(gtx C) D {
case 3:
t.SaveSongAsFile()
case 4:
t.ExportWav()
t.WaveTypeDialog.Visible = true
case 5:
t.Quit(false)
}