• Closes the application window

    Returns Promise<void>

    Promise that resolves when window close is initiated

    export async function closeWindow(): Promise<void> {
    await window.electronWindow.close();
    }