Searched refs:windowsRegistry (Results 1 – 1 of 1) sorted by relevance
31 let windowsRegistry = [] variable92 windowsRegistry.push(mainWindow)118 const index = windowsRegistry.indexOf(win)170 const index = windowsRegistry.indexOf(event.sender)177 windowsRegistry.splice(index, 1)287 windowsRegistry.push(dummyWin);760 console.log('window-all-closed', windowsRegistry.length)775 console.log('app on activate', windowsRegistry.length)780 if (windowsRegistry.length === 0)1210 …parent: windowsRegistry[0] //set parent to first opened window. Not very accurate, but useful when…