refactor: small tweaks and fixes

This commit is contained in:
Carlos Valente
2024-03-06 22:42:20 +01:00
committed by GitHub
parent 8196ea584d
commit d22cc48565
61 changed files with 401 additions and 198 deletions
+7 -1
View File
@@ -121,6 +121,12 @@ function getApplicationMenu(isMac, askToQuit) {
await shell.openExternal('http://localhost:4001/cuesheet');
},
},
{
label: 'Operator',
click: async () => {
await shell.openExternal('http://localhost:4001/operator');
},
},
],
},
{ type: 'separator' },
@@ -153,7 +159,7 @@ function getApplicationMenu(isMac, askToQuit) {
{
label: 'Online documentation',
click: async () => {
await shell.openExternal('https://ontime.gitbook.io/');
await shell.openExternal('https://docs.getontime.no/');
},
},
],