Merge branch 'develop-1.1.0-beta1' of github.com:hyperspacedev/hyperspace into copy-paste-image
This commit is contained in:
commit
0d27cabe53
|
@ -312,6 +312,14 @@ function createMenubar() {
|
|||
click() {
|
||||
safelyGoTo("hyperspace://hyperspace/app/#/messages")
|
||||
}
|
||||
},
|
||||
{ type: 'separator' },
|
||||
{
|
||||
label: 'Activity',
|
||||
accelerator: 'Alt+CmdOrCtrl+A',
|
||||
click() {
|
||||
safelyGoTo("hyperspace://hyperspace/app/#/activity")
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -326,7 +334,7 @@ function createMenubar() {
|
|||
}
|
||||
},
|
||||
{
|
||||
label: 'Recommendations...',
|
||||
label: 'Recommendations',
|
||||
accelerator: "Alt+CmdOrCtrl+R",
|
||||
click() {
|
||||
safelyGoTo("hyperspace://hyperspace/app/#/recommended")
|
||||
|
|
Loading…
Reference in New Issue