()
| 311 | } |
| 312 | |
| 313 | updateFullscreenMonitors(): void { |
| 314 | this.primaryMonitorContainer.refreshFullscreen(); |
| 315 | for (const container of this.monitorsContainer) { |
| 316 | container.refreshFullscreen(); |
| 317 | } |
| 318 | Me.msWorkspaceManager.refreshMsWorkspaceUI(); |
| 319 | } |
| 320 | |
| 321 | toggleOverview(): void { |
| 322 | if (this.overviewShown) { |
no test coverage detected