Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

diff --git a/Source/CartManager.cpp b/Source/CartManager.cpp
index 946f7ea..59e5da4 100644
--- a/Source/CartManager.cpp
+++ b/Source/CartManager.cpp
@@ -167,7 +167,7 @@ void CartManager::buttonClicked(juce::Button *buttonThatWasClicked) {
}
if ( buttonThatWasClicked == loadButton ) {
- FileChooser fc ("Import original DX sysex...", File::nonexistent, "*.syx;*.SYX;*.*", 1);
+ FileChooser fc ("Import original DX sysex...", File::getSpecialLocation(File::SpecialLocationType::userDocumentsDirectory), "*.syx;*.SYX;*.*", 1);