Closes the application window
Promise that resolves when window close is initiated
export async function closeWindow(): Promise<void> { await window.electronWindow.close();} Copy
export async function closeWindow(): Promise<void> { await window.electronWindow.close();}
Closes the application window