()
| 76 | } |
| 77 | |
| 78 | updateState() { |
| 79 | window.mini_IPC.updateState().then((status) => { |
| 80 | this.flag.gameRunning = status.gameRunning |
| 81 | this.flag.launchEnable = status.gameRunningEnabled |
| 82 | this.flag.pinMini = status.pinMini |
| 83 | |
| 84 | this.displayState() |
| 85 | }) |
| 86 | } |
| 87 | |
| 88 | action = { |
| 89 | collectActive : async () => { |
no test coverage detected