This commit is contained in:
James B. Pollack 2016-03-12 15:01:34 -08:00
parent 98d4f34d64
commit b929089af7

View file

@ -587,8 +587,6 @@ function updateLabels(serverState) {
// update the tray menu state
var running = serverState == ProcessGroupStates.STARTED;
console.log('RUNNING??? ' + running)
console.log('SERVERSTATE?' + serverState)
labels.goHome.enabled = running;
labels.stopServer.visible = running;
labels.settings.enabled = running;