From 0ae105ded3d27ecce3b94a52e5510a43bbac0f89 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 16 May 2022 12:33:12 -0500 Subject: [PATCH] hide .ftm format --- src/gui/gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index e5aa78e1..42c08cb1 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1221,9 +1221,9 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) { if (!dirExists(workingDirSong)) workingDirSong=getHomeDir(); hasOpened=fileDialog->openLoad( "Open File", - {"compatible files", "*.fur *.dmf *.mod *.ftm", + {"compatible files", "*.fur *.dmf *.mod", "all files", ".*"}, - "compatible files{.fur,.dmf,.mod,.ftm},.*", + "compatible files{.fur,.dmf,.mod},.*", workingDirSong, dpiScale );