Minimizes the current Electron globalThis.
A promise that resolves when the window is minimized.
export async function minimizeWindow() { await globalThis.electronWindow.minimize();} Copy
export async function minimizeWindow() { await globalThis.electronWindow.minimize();}
Minimizes the current Electron globalThis.