assistant2: Use new icon in status bar (#11268)

This PR updates the new assistant to use the new (temporary) icon in the
status bar to distinguish it.

We added the icon in #11257, but hadn't wired it up.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-05-01 16:52:09 -04:00 committed by GitHub
parent aa1b4c7868
commit fb0d2e948f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ impl Panel for AssistantPanel {
}
fn icon(&self, _cx: &WindowContext) -> Option<::ui::IconName> {
Some(IconName::Ai)
Some(IconName::ZedAssistant)
}
fn icon_tooltip(&self, _: &WindowContext) -> Option<&'static str> {