MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / setStayTop

Method setStayTop

src/main/views/manager.ts:260–264  ·  view source on GitHub ↗
(val: boolean)

Source from the content-addressed store, hash-verified

258 }
259
260 setStayTop(val: boolean) {
261 this.windows.forEach((window, key) => {
262 window.setAlwaysOnTop(val);
263 });
264 }
265
266 create(routeName: RouteActionType): BrowserWindow {
267 switch (routeName) {

Callers 1

postSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected