mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-01-24 14:11:36 +01:00
Add follow requests page to menu bar
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
parent
f554ff92a9
commit
1c4232bdd7
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user