1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-02-03 10:47:32 +01:00

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

View File

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