in electron/electron.ts [75:79]
async function initMainWindow() { if (BrowserWindow.getAllWindows().length === 0) { createWindow(); } }