mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 14:11:11 +00:00
port legacy dmf extension fix from 0.5-fixes
This commit is contained in:
parent
9ea26da44e
commit
27c1522085
1 changed files with 3 additions and 0 deletions
|
@ -4960,6 +4960,9 @@ bool FurnaceGUI::loop() {
|
|||
checkExtension(".dmf");
|
||||
}
|
||||
}
|
||||
if (curFileDialog==GUI_FILE_SAVE_DMF_LEGACY) {
|
||||
checkExtension(".dmf");
|
||||
}
|
||||
if (curFileDialog==GUI_FILE_SAMPLE_SAVE ||
|
||||
curFileDialog==GUI_FILE_EXPORT_AUDIO_ONE ||
|
||||
curFileDialog==GUI_FILE_EXPORT_AUDIO_PER_SYS ||
|
||||
|
|
Loading…
Reference in a new issue