Fix Auto-Start checked
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user