MCPcopy
hub / github.com/agalwood/Motrix / showWindow

Method showWindow

src/main/ui/WindowManager.js:219–226  ·  view source on GitHub ↗
(page)

Source from the content-addressed store, hash-verified

217 }
218
219 showWindow (page) {
220 const window = this.getWindow(page)
221 if (!window || (window.isVisible() && !window.isMinimized())) {
222 return
223 }
224
225 window.show()
226 }
227
228 hideWindow (page) {
229 const window = this.getWindow(page)

Callers 1

showMethod · 0.80

Calls 2

getWindowMethod · 0.95
showMethod · 0.80

Tested by

no test coverage detected