fix log open and remove 1x menubar

This commit is contained in:
Stephen Birarda 2016-01-15 15:50:49 -08:00
parent 8d47d70543
commit eede4d5c30
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

View file

@ -256,7 +256,7 @@ var logWindow = null;
function buildMenuArray(serverState) { function buildMenuArray(serverState) {
var menuArray = null; var menuArray = null;
if (isShuttingDown) { if (isShuttingDown) {
menuArray = [ menuArray = [
{ {
@ -297,7 +297,7 @@ function buildMenuArray(serverState) {
}, },
{ {
label: 'View Logs', label: 'View Logs',
click: function() { openFileBrowser(logPath); } click: function() { logWindow.open(); }
}, },
{ {
type: 'separator' type: 'separator'