GUI: prepare to add auto-fill on save

This commit is contained in:
tildearrow 2024-05-24 00:19:03 -05:00
parent 56f8d15d66
commit 3f34a46575
3 changed files with 17 additions and 1 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,
workingDirSong+"/CRAP",
dpiScale
);
break;