mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Change copilot wording to be more explicit
This commit is contained in:
parent
f10de10915
commit
455d383d08
1 changed files with 4 additions and 1 deletions
|
@ -272,7 +272,10 @@ impl CopilotButton {
|
|||
let mut menu_options = Vec::with_capacity(2);
|
||||
|
||||
menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn));
|
||||
menu_options.push(ContextMenuItem::item("Hide Copilot", HideCopilot));
|
||||
menu_options.push(ContextMenuItem::item(
|
||||
"Disable Copilot Integration",
|
||||
HideCopilot,
|
||||
));
|
||||
|
||||
self.popup_menu.update(cx, |menu, cx| {
|
||||
menu.show(
|
||||
|
|
Loading…
Reference in a new issue