Files
BingusTheClownandGitHub a010303d59 Fix IPC Screens by setting eye icons to 'null' instead of 'none' (#5313)
## About The Pull Request

The custom synth code will set eyes to none, but we have no icon state
for that. But ontop of that, we already check if the eye state is null,
and if it is, we just return (so we dont need to process eye
animations/etc)

Fixes https://github.com/Bubberstation/Bubberstation/issues/5258

## Proof Of Testing

<details>
<summary>Screenshots/Videos</summary>
No Screen:
<img width="336" height="519" alt="image"
src="https://github.com/user-attachments/assets/cf89a921-dac1-41b3-8764-c0386f66bc13"
/>

With Screen:
<img width="323" height="539" alt="image"
src="https://github.com/user-attachments/assets/8265413e-2466-4c3a-9edf-d46cc2bc4f27"
/>

(No error!)

</details>

## Changelog

🆑
fix: IPC's no longer have an error when customizing their look with a
screen.
/🆑
2026-03-07 11:48:18 +01:00
..