mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue