Broken Split controls; enable/disable Toob ML gain control.

This commit is contained in:
Robin Davies
2024-08-09 09:07:22 -04:00
parent abef0cd428
commit 2328467ee8
3 changed files with 61 additions and 45 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ export class UiControl implements Deserializable<UiControl> {
this.controlType = ControlType.Vu;
}
}
else if (this.isValidEnumeration())
if (this.isValidEnumeration())
{
this.controlType = ControlType.Select;
if (this.scale_points.length === 2)