mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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;
|
||||
|
||||
if (!Config->get_use_lxvst()) {
|
||||
if (!Config->get_use_windows_vst()) {
|
||||
return p;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue