This commit is contained in:
tildearrow 2022-09-28 01:15:50 -05:00
parent 43ed6c7878
commit 9517b8ee14
1 changed files with 2 additions and 2 deletions

View File

@ -1396,9 +1396,9 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
if (!dirExists(workingDirSong)) workingDirSong=getHomeDir();
hasOpened=fileDialog->openLoad(
"Open File",
{"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod",
{"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod *.fc",
"all files", ".*"},
"compatible files{.fur,.dmf,.mod,.fc13,.fc14,.smod},.*",
"compatible files{.fur,.dmf,.mod,.fc13,.fc14,.smod,.fc},.*",
workingDirSong,
dpiScale
);