diff --git a/public/electron.js b/public/electron.js index e01a3cb..3d6f029 100644 --- a/public/electron.js +++ b/public/electron.js @@ -199,7 +199,7 @@ const createWindow = () => { autoLauncher .isEnabled() .then((enabled) => { - trayContextMenu.items[1].checked = enabled; + trayContextMenu.items[2].checked = enabled; mainWindowTray.setToolTip('Repertory UI'); mainWindowTray.setContextMenu(trayContextMenu) })