Closes the main Electron window.
Promise resolving when window is closed.
export async function closeWindow() { await globalThis.electronWindow.close();} Copy
export async function closeWindow() { await globalThis.electronWindow.close();}
Closes the main Electron window.