diff --git a/UI.hpp b/UI.hpp index 9c24ee8..e3abbe9 100644 --- a/UI.hpp +++ b/UI.hpp @@ -2505,6 +2505,7 @@ void handle_ui(void) Serial.println(); #endif load_sound(); + goto_main_menu(LOAD_SOUND); } else if (menu_system.get_currentScreen() == &save_sound_screen) {