rename tooltip for tray to proper name

This commit is contained in:
Stephen Birarda 2016-01-04 13:53:34 -08:00
parent 1b79908546
commit b3c5bafabc

View file

@ -187,7 +187,7 @@ app.on('ready', function() {
// Create tray icon
tray = new Tray(TRAY_ICON);
tray.setToolTip('High Fidelity');
tray.setToolTip('High Fidelity Server Console');
updateTrayMenu(ProcessGroupStates.STOPPED);