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