is this cat and mouse now

This commit is contained in:
tildearrow 2024-03-16 17:58:50 -05:00
parent 1bc941d7f4
commit beacfcf849
2 changed files with 3 additions and 1 deletions

View file

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