assistant2: Use "Agent Panel" nomenclature for panel tooltip (#27858)
This PR updates the Agent Panel tooltip in the status to use "Agent Panel" instead of "Assistant Panel". Also changes the name we use in workspace serialization. Release Notes: - N/A
This commit is contained in:
parent
e63df58adc
commit
f859b328f0
1 changed files with 2 additions and 2 deletions
|
@ -607,7 +607,7 @@ impl EventEmitter<PanelEvent> for AssistantPanel {}
|
|||
|
||||
impl Panel for AssistantPanel {
|
||||
fn persistent_name() -> &'static str {
|
||||
"AssistantPanel2"
|
||||
"AgentPanel"
|
||||
}
|
||||
|
||||
fn position(&self, _window: &Window, cx: &App) -> DockPosition {
|
||||
|
@ -667,7 +667,7 @@ impl Panel for AssistantPanel {
|
|||
}
|
||||
|
||||
fn icon_tooltip(&self, _window: &Window, _cx: &App) -> Option<&'static str> {
|
||||
Some("Assistant Panel")
|
||||
Some("Agent Panel")
|
||||
}
|
||||
|
||||
fn toggle_action(&self) -> Box<dyn Action> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue