agent: Make fast mode more obvious (#56825)

Makes the fast mode toggle more obvious when it's enabled

<img width="154" height="34" alt="image"
src="https://github.com/user-attachments/assets/0468c9bd-a2c8-4368-9b19-7e068360f5d5"
/>

<img width="154" height="34" alt="image"
src="https://github.com/user-attachments/assets/d35199ce-b22e-4323-94d7-1dd8afaa8f04"
/>


Release Notes:

- N/A or Added/Fixed/Improved ...
This commit is contained in:
Cameron Mcloughlin 2026-05-15 11:10:49 +01:00 committed by GitHub
parent 3865e72e3e
commit bf68bf79ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3777,7 +3777,7 @@ impl ThreadView {
let thread = self.as_native_thread(cx)?.read(cx);
let (tooltip_label, color, icon) = if matches!(thread.speed(), Some(Speed::Fast)) {
("Disable Fast Mode", Color::Muted, IconName::FastForward)
("Disable Fast Mode", Color::Accent, IconName::FastForward)
} else {
(
"Enable Fast Mode",