mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent
This commit is contained in:
parent
3f2f2f65a4
commit
c4eb15eb21
16 changed files with 332 additions and 378 deletions
|
|
@ -462,7 +462,7 @@ private:
|
|||
&& (project.isConfigFlagEnabled ("JUCE_PLUGINHOST_VST3")
|
||||
|| project.isConfigFlagEnabled ("JUCE_PLUGINHOST_VST"));
|
||||
|
||||
auto customVst3Path = getAppSettings().getStoredPath (Ids::vst3Path).toString();
|
||||
auto customVst3Path = getAppSettings().getStoredPath (Ids::vst3Path, TargetOS::getThisOS()).get().toString();
|
||||
|
||||
if (customVst3Path.isNotEmpty() && (project.getProjectType().isAudioPlugin() || isVSTHost))
|
||||
paths.add (customVst3Path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue