Merge branch 'main' into refine-render-traits

This commit is contained in:
Piotr Osiewicz 2024-01-03 12:27:42 +01:00
commit 406edd279a
97 changed files with 3995 additions and 1527 deletions

View file

@ -1281,6 +1281,10 @@ impl Panel for AssistantPanel {
Some(Icon::Ai)
}
fn icon_tooltip(&self, _cx: &WindowContext) -> Option<&'static str> {
Some("Assistant Panel")
}
fn toggle_action(&self) -> Box<dyn Action> {
Box::new(ToggleFocus)
}