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
|
@ -14,6 +14,7 @@ pub enum OutboundMessage {
|
|||
StateUpdate(StateUpdateMessage),
|
||||
#[allow(dead_code)]
|
||||
UseFreeVersion,
|
||||
Logout,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue