MCPcopy Create free account
hub / github.com/material-shell/material-shell / updateFullscreenMonitors

Method updateFullscreenMonitors

src/layout/main.ts:313–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 2

constructorMethod · 0.95
registerToSignalsMethod · 0.95

Calls 2

refreshFullscreenMethod · 0.80
refreshMsWorkspaceUIMethod · 0.80

Tested by

no test coverage detected