mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
fix: menu link to operator
This commit is contained in:
committed by
Carlos Valente
parent
2d618e0657
commit
199ed1617f
@@ -124,7 +124,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase) {
|
||||
{
|
||||
label: 'Operator',
|
||||
click: async () => {
|
||||
await shell.openExternal(`${urlBase}/operator`);
|
||||
await shell.openExternal(`${urlBase}/op`);
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user