mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix copy/paste, windows (not Linux) VSTs..
This commit is contained in:
parent
79e2ffff2a
commit
84a3d0c559
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue