Fix Auto-Start checked
This commit is contained in:
@@ -199,7 +199,7 @@ const createWindow = () => {
|
|||||||
autoLauncher
|
autoLauncher
|
||||||
.isEnabled()
|
.isEnabled()
|
||||||
.then((enabled) => {
|
.then((enabled) => {
|
||||||
trayContextMenu.items[1].checked = enabled;
|
trayContextMenu.items[2].checked = enabled;
|
||||||
mainWindowTray.setToolTip('Repertory UI');
|
mainWindowTray.setToolTip('Repertory UI');
|
||||||
mainWindowTray.setContextMenu(trayContextMenu)
|
mainWindowTray.setContextMenu(trayContextMenu)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user