Fix hardcoded about menu entry
This commit is contained in:
parent
2ad8c8fb45
commit
9d6cb2525f
|
@ -389,7 +389,7 @@ function createMenubar() {
|
|||
label: app.getName(),
|
||||
submenu: [
|
||||
{
|
||||
label: 'About Hyperspace Desktop',
|
||||
label: `About ${app.getName()}`,
|
||||
click() {
|
||||
safelyGoTo("hyperspace://hyperspace/app/#/about")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue