• Minimizes the application window

    Returns Promise<void>

    Promise that resolves when window is minimized

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