Update PluginEditor.cpp
This commit is contained in:
parent
2489657a97
commit
d8fa7331e6
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue