(value = !this.isZoneless)
| 181 | } |
| 182 | |
| 183 | toggleZoneless(value = !this.isZoneless) { |
| 184 | this.state.zoneless = value; |
| 185 | setAppState(this.state); |
| 186 | location.reload(); |
| 187 | } |
| 188 | |
| 189 | toggleAnimations() { |
| 190 | this.state.animations = !this.state.animations; |
nothing calls this directly
no test coverage detected