From d8fa7331e695b4dfe46789fed17856c598241ebb Mon Sep 17 00:00:00 2001 From: George Reales Date: Mon, 18 May 2020 08:25:26 +0200 Subject: [PATCH] Update PluginEditor.cpp --- Source/PluginEditor.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index abb97fb..9445acd 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -39,9 +39,8 @@ PluginEditor::PluginEditor (AdlibBlasterAudioProcessor* ownerFilter) options.storageFormat = PropertiesFile::storeAsXML; #if JUCE_LINUX options.folderName = "~/.config"; - #endif - #if JUCE_WINDOWS - options.folderName = "~/"; + #else + options.folderName = ""; #endif pluginSettings.setStorageParameters (options);