chore: use Cow instead of String for tooltips (#2838)

A QoL change to align `Tooltip` with other elements like `Label`
Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2023-08-11 15:29:55 +02:00
committed by GitHub
parent 268f4b1939
commit ffffbbea1f
13 changed files with 33 additions and 43 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ impl View for CopilotButton {
})
.with_tooltip::<Self>(
0,
"GitHub Copilot".into(),
"GitHub Copilot",
None,
theme.tooltip.clone(),
cx,