i may have done

This commit is contained in:
tildearrow 2024-05-24 03:51:35 -05:00
parent 495a0e56e3
commit 71a9355a9e
3 changed files with 9 additions and 8 deletions

View file

@ -1649,7 +1649,7 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
"Open File",
{"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod *.fc *.ftm *.0cc *.dnm *.eft *.fub *.tfe",
"all files", "*"},
workingDirSong+"/CRAP",
workingDirSong,
dpiScale
);
break;
@ -1756,7 +1756,8 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
"Save Instrument",
{"Furnace instrument", "*.fui"},
workingDirIns,
dpiScale
dpiScale,
(settings.autoFillSave)?e->getIns(curIns)->name:""
);
break;
case GUI_FILE_INS_SAVE_DMP: