From 9c4338fc67e96085ff2b070d3f4ffcd83cecf201 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 14 Jan 2016 09:50:07 -0800 Subject: [PATCH] fix identation for tray in main --- console/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/main.js b/console/src/main.js index 4d2952b105..f54d193ad4 100644 --- a/console/src/main.js +++ b/console/src/main.js @@ -232,7 +232,7 @@ app.on('ready', function() { tray.setToolTip('High Fidelity Server Console'); tray.on('click', function() { - tray.popUpContextMenu(tray.menu); + tray.popUpContextMenu(tray.menu); }); updateTrayMenu(ProcessGroupStates.STOPPED);