GUI: parse ROM export requisites

This commit is contained in:
tildearrow 2024-08-15 11:27:30 -05:00
parent f906b4ebe4
commit eaa943e724
6 changed files with 133 additions and 20 deletions

View file

@ -289,6 +289,7 @@ void FurnaceGUI::drawNewSong() {
selEnd=SelectionPoint();
cursor=SelectionPoint();
updateWindowTitle();
updateROMExportAvail();
ImGui::CloseCurrentPopup();
}