Skip to content

fix(raylib): Show correct alert status #35687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2025

Conversation

TheSecurityDev
Copy link
Contributor

The raylib alert renderer wasn't correctly parsing the capnp enum value for the alert size and status, which was leading causing it to always display userPrompt or critical status banners as normal (the fallback).

Fixed by appending .raw to the property. Also imported AlertStatus and AlertSize as vars for clarity.

Before:

alert-warning-color-raylib-old

After:

alert-warning-color-raylib-new

@github-actions github-actions bot added the ui label Jul 11, 2025
@sshane sshane merged commit 68bc36b into commaai:master Jul 11, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants