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;
|
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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue