update deprecated events for tray click

This commit is contained in:
Stephen Birarda 2016-01-04 16:59:01 -08:00
parent cb83edfb60
commit e3a411d9db

View file

@ -190,8 +190,8 @@ app.on('ready', function() {
tray = new Tray(TRAY_ICON);
tray.setToolTip('High Fidelity Server Console');
tray.on('clicked', function() {
tray.popContextMenu();
tray.on('click', function() {
tray.popUpContextMenu();
});
updateTrayMenu(ProcessGroupStates.STOPPED);