From 2610d9fdfd21651b7f49499f18978b5107831eed Mon Sep 17 00:00:00 2001 From: Melody Madeline Lyons Date: Tue, 24 Dec 2024 09:37:35 -0800 Subject: [PATCH] Update config.cpp --- src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index ee1c21d1b..8ff76aa00 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -175,7 +175,7 @@ void Config::read(int argc, char *argv[]) { {"enableSettings", true}, {"allowSymlinks", true}, {"dataPathOrg", ""}, - {"dataPathApp", "OSFM"}, + {"dataPathApp", "OneShot"}, {"iconPath", ""}, {"execName", "oneshot"}, {"midiSoundFont", ""},