Fix copy/paste, windows (not Linux) VSTs..
This commit is contained in:
parent
79e2ffff2a
commit
84a3d0c559
@ -108,7 +108,7 @@ WindowsVSTPluginInfo::get_presets (bool user_only) const
|
|||||||
{
|
{
|
||||||
std::vector<Plugin::PresetRecord> p;
|
std::vector<Plugin::PresetRecord> p;
|
||||||
|
|
||||||
if (!Config->get_use_lxvst()) {
|
if (!Config->get_use_windows_vst()) {
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user