Add Sign Out link for Supermaven (#14834)
Adds a menu item to sign out from a linked Supermaven account.  Release Notes: - Added the ability to sign out of a Supermaven account ([#12715(https://github.com/zed-industries/zed/issues/12715))
This commit is contained in:
parent
022e662815
commit
46b7fa9bcb
3 changed files with 28 additions and 2 deletions
|
@ -298,7 +298,9 @@ impl InlineCompletionButton {
|
|||
|
||||
fn build_supermaven_context_menu(&self, cx: &mut ViewContext<Self>) -> View<ContextMenu> {
|
||||
ContextMenu::build(cx, |menu, cx| {
|
||||
self.build_language_settings_menu(menu, cx).separator()
|
||||
self.build_language_settings_menu(menu, cx)
|
||||
.separator()
|
||||
.action("Sign Out", supermaven::SignOut.boxed_clone())
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue