mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-03 10:47:32 +01:00
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…
x
Reference in New Issue
Block a user