song comments window cloned to make tuner window

almost done with the cloning process, just need to edit out saving functionality
This commit is contained in:
recme 2025-08-13 03:41:35 -04:00
parent ce2cf14eed
commit dd8f7ed21e
4 changed files with 50 additions and 1 deletions

View file

@ -640,6 +640,7 @@ const FurnaceGUIActionDef guiActions[GUI_ACTION_MAX]={
D("WINDOW_COMPAT_FLAGS", _N("Compatibility Flags"), 0),
D("WINDOW_PIANO", _N("Piano"), 0),
D("WINDOW_NOTES", _N("Song Comments"), 0),
D("WINDOW_TUNER", _N("Tuner"), 0),
D("WINDOW_CHANNELS", _N("Channels"), 0),
D("WINDOW_PAT_MANAGER", _N("Pattern Manager"), 0),
D("WINDOW_SYS_MANAGER", _N("Chip Manager"), 0),