Fix regression with added bypass param; Dont send patch to LV2 UI

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-14 01:35:12 +00:00
parent 85f8ced601
commit aa0fbf4c36
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions

View file

@ -614,7 +614,7 @@ protected:
}
#ifndef HEADLESS
switch (index - kModuleParameters)
switch (index - kModuleParameters - 1)
{
case kWindowParameterShowTooltips:
parameter.name = "Show tooltips";