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:
parent
f554ff92a9
commit
1c4232bdd7
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user