fix: menu link to operator

This commit is contained in:
Carlos Valente
2024-05-31 18:54:03 +02:00
committed by Carlos Valente
parent 2d618e0657
commit 199ed1617f
+1 -1
View File
@@ -124,7 +124,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase) {
{
label: 'Operator',
click: async () => {
await shell.openExternal(`${urlBase}/operator`);
await shell.openExternal(`${urlBase}/op`);
},
},
],