mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
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:
parent
3865e72e3e
commit
bf68bf79ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue