specify to pop the main tray menu on left click

This commit is contained in:
Stephen Birarda 2016-01-04 17:03:42 -08:00
parent e3a411d9db
commit f258defb41

View file

@ -191,7 +191,7 @@ app.on('ready', function() {
tray.setToolTip('High Fidelity Server Console');
tray.on('click', function() {
tray.popUpContextMenu();
tray.popUpContextMenu(tray.menu);
});
updateTrayMenu(ProcessGroupStates.STOPPED);