Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Add menu commands for sharing and joining a portal
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Nov 8, 2017
1 parent 582f52a commit 35ff72e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions menus/teletype.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"menu": [
{
"label": "Packages",
"submenu": [
{
"label": "Teletype",
"submenu": [
{
"label": "Share Portal",
"command": "teletype:share-portal"
},
{
"label": "Join Portal",
"command": "teletype:join-portal"
}
]
}
]
}
]
}

1 comment on commit 35ff72e

@bbs99168

This comment was marked as spam.

Please sign in to comment.