mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-26 17:39:58 +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',
|
label: 'Operator',
|
||||||
click: async () => {
|
click: async () => {
|
||||||
await shell.openExternal(`${urlBase}/operator`);
|
await shell.openExternal(`${urlBase}/op`);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user