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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user