add VGM export warnings

This commit is contained in:
tildearrow 2022-01-30 17:18:10 -05:00
parent 237ad1f517
commit fe0dc38f37
2 changed files with 8 additions and 0 deletions

View file

@ -5043,6 +5043,9 @@ bool FurnaceGUI::loop() {
}
w->finish();
delete w;
if (!e->getWarnings().empty()) {
showWarning(e->getWarnings(),GUI_WARN_GENERIC);
}
} else {
showError("could not write VGM. dang it.");
}