• Maximizes the main Electron window.

    Returns Promise<void>

    Promise resolving when window is maximized.

    export async function maximizeWindow() {
    await globalThis.electronWindow.maximize();
    }