• Minimizes the current Electron window.

    Returns Promise<void>

    A promise that resolves when the window is minimized.

    export async function minimizeWindow() {
    await window.electronWindow.minimize();
    }