2
0
Fork 0

Update PluginEditor.cpp

This commit is contained in:
George Reales 2020-05-18 08:25:26 +02:00
parent 2489657a97
commit d8fa7331e6
1 changed files with 2 additions and 3 deletions

View File

@ -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);