feat: embed license in executable and add menu item to show it

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-23 18:45:13 +03:00
parent 6f1db6b392
commit fb0fa4af92
10 changed files with 48 additions and 19 deletions

View File

@ -185,6 +185,8 @@ func (t *Tracker) KeyEvent(e key.Event, gtx C) {
t.SplitTrack().Do()
case "SplitInstrument":
t.SplitInstrument().Do()
case "ShowLicense":
t.ShowLicense().Do()
// Booleans
case "PanicToggle":
t.Panic().Toggle()