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…
Add table
Add a link
Reference in a new issue