agent: Remove layout shift due to the "waiting for confirmation" label (#34674)

Take 2 on https://github.com/zed-industries/zed/pull/33046.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-07-17 20:46:16 -03:00 committed by GitHub
parent f0a91502a9
commit ed4deaa738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -38,7 +38,7 @@ impl Tool for ContextServerTool {
}
fn icon(&self) -> IconName {
IconName::Cog
IconName::ToolHammer
}
fn source(&self) -> ToolSource {