Fix hardcoded about menu entry

This commit is contained in:
Marquis Kurt 2019-11-21 10:02:49 -05:00
parent 2ad8c8fb45
commit 9d6cb2525f
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")
}