port .ftm loading progress

from LTVA
This commit is contained in:
tildearrow 2024-03-16 03:45:35 -05:00
parent e809995fa1
commit c0df3df4ed
7 changed files with 2218 additions and 386 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",
{"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod *.fc *.ftm *.0cc *.dnm *.eft",
"all files", "*"},
workingDirSong,
dpiScale