diff --git a/tray.js b/tray.js index 764986f..6f41e3a 100644 --- a/tray.js +++ b/tray.js @@ -32,7 +32,7 @@ var checkForUpdates = new gui.MenuItem({ } }); menu.append(stopMenuItem); -menu.append(checkForUpdates);; +menu.append(checkForUpdates); tray.menu = menu; tray.tooltip = 'ShowStream'; win.hide(); \ No newline at end of file