a couple fixes

This commit is contained in:
tildearrow 2025-11-04 16:53:26 -05:00
parent 099db19b03
commit e16b4ec2b8
3 changed files with 17 additions and 6 deletions

View file

@ -321,10 +321,10 @@ void FurnaceGUI::doAction(int what) {
nextWindow=GUI_WINDOW_NOTES;
break;
case GUI_ACTION_WINDOW_TUNER:
nextWindow = GUI_WINDOW_TUNER;
nextWindow=GUI_WINDOW_TUNER;
break;
case GUI_ACTION_WINDOW_SPECTRUM:
nextWindow = GUI_WINDOW_SPECTRUM;
nextWindow=GUI_WINDOW_SPECTRUM;
break;
case GUI_ACTION_WINDOW_CHANNELS:
nextWindow=GUI_WINDOW_CHANNELS;