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

2
dpf

@ -1 +1 @@
Subproject commit bc57421bf76caab1581ded21d0b0aa66543c21bf
Subproject commit ddd7a61da23e69ed1ee7f71a1b1cc3e1df8e8537

View file

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