Merge branch '1.0.4-patches' of github.com:hyperspacedev/hyperspace into HD-21-emoji-picker

This commit is contained in:
Marquis Kurt 2019-11-21 10:03:17 -05:00
commit dbe2319ea4
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ function createMenubar() {
label: app.getName(),
submenu: [
{
label: 'About Hyperspace Desktop',
label: `About ${app.getName()}`,
click() {
safelyGoTo("hyperspace://hyperspace/app/#/about")
}