mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Update copilot_button.rs
This commit is contained in:
parent
455d383d08
commit
c7874cf169
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ impl CopilotButton {
|
||||||
|
|
||||||
menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn));
|
menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn));
|
||||||
menu_options.push(ContextMenuItem::item(
|
menu_options.push(ContextMenuItem::item(
|
||||||
"Disable Copilot Integration",
|
"Disable Copilot",
|
||||||
HideCopilot,
|
HideCopilot,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue