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; options.storageFormat = PropertiesFile::storeAsXML;
#if JUCE_LINUX #if JUCE_LINUX
options.folderName = "~/.config"; options.folderName = "~/.config";
#endif #else
#if JUCE_WINDOWS options.folderName = "";
options.folderName = "~/";
#endif #endif
pluginSettings.setStorageParameters (options); pluginSettings.setStorageParameters (options);