Fix regression with added bypass param; Dont send patch to LV2 UI
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
85f8ced601
commit
aa0fbf4c36
2 changed files with 2 additions and 2 deletions
2
dpf
2
dpf
|
|
@ -1 +1 @@
|
||||||
Subproject commit bc57421bf76caab1581ded21d0b0aa66543c21bf
|
Subproject commit ddd7a61da23e69ed1ee7f71a1b1cc3e1df8e8537
|
||||||
|
|
@ -614,7 +614,7 @@ protected:
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef HEADLESS
|
#ifndef HEADLESS
|
||||||
switch (index - kModuleParameters)
|
switch (index - kModuleParameters - 1)
|
||||||
{
|
{
|
||||||
case kWindowParameterShowTooltips:
|
case kWindowParameterShowTooltips:
|
||||||
parameter.name = "Show tooltips";
|
parameter.name = "Show tooltips";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue