mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +02:00
options
This commit is contained in:
parent
98d4f34d64
commit
b929089af7
1 changed files with 0 additions and 2 deletions
|
@ -587,8 +587,6 @@ function updateLabels(serverState) {
|
||||||
|
|
||||||
// update the tray menu state
|
// update the tray menu state
|
||||||
var running = serverState == ProcessGroupStates.STARTED;
|
var running = serverState == ProcessGroupStates.STARTED;
|
||||||
console.log('RUNNING??? ' + running)
|
|
||||||
console.log('SERVERSTATE?' + serverState)
|
|
||||||
labels.goHome.enabled = running;
|
labels.goHome.enabled = running;
|
||||||
labels.stopServer.visible = running;
|
labels.stopServer.visible = running;
|
||||||
labels.settings.enabled = running;
|
labels.settings.enabled = running;
|
||||||
|
|
Loading…
Reference in a new issue