Merge branch 'main' into refine-render-traits
This commit is contained in:
commit
406edd279a
97 changed files with 3995 additions and 1527 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue