Add follow requests page to menu bar

Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
Marquis Kurt 2019-11-01 17:53:55 -04:00
parent f554ff92a9
commit 1c4232bdd7
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 7 additions and 0 deletions

View File

@ -340,6 +340,13 @@ function createMenubar() {
safelyGoTo("hyperspace://hyperspace/app/#/you")
}
},
{
label: 'Follow Requests',
accelerator: "Alt+CmdOrCtrl+E",
click() {
safelyGoTo("hyperspace://hyperspace/app/#/requests")
}
},
{
label: 'Blocked Servers',
accelerator: "Shift+CmdOrCtrl+B",