v1.4.89 TInternal

This commit is contained in:
Robin E. R. Davies
2025-08-21 19:02:59 -04:00
parent 1ac88ae633
commit d149577cd8
10 changed files with 61 additions and 19 deletions
+1 -1
View File
@@ -728,7 +728,7 @@ export class UiControl implements Deserializable<UiControl> {
}
isHidden(): boolean {
return this.not_on_gui || (this.connection_optional && !this.is_input);
return this.is_bypass || this.not_on_gui || (this.connection_optional && !this.is_input);
}
isOnOffSwitch(): boolean {
return this.controlType === ControlType.OnOffSwitch;