mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
fix formatting
This commit is contained in:
parent
c7874cf169
commit
c12e2ac3fb
1 changed files with 1 additions and 4 deletions
|
@ -272,10 +272,7 @@ impl CopilotButton {
|
|||
let mut menu_options = Vec::with_capacity(2);
|
||||
|
||||
menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn));
|
||||
menu_options.push(ContextMenuItem::item(
|
||||
"Disable Copilot",
|
||||
HideCopilot,
|
||||
));
|
||||
menu_options.push(ContextMenuItem::item("Disable Copilot", HideCopilot));
|
||||
|
||||
self.popup_menu.update(cx, |menu, cx| {
|
||||
menu.show(
|
||||
|
|
Loading…
Reference in a new issue