Minimizes the application window
Promise that resolves when window is minimized
export async function minimizeWindow(): Promise<void> { await window.electronWindow.minimize();} Copy
export async function minimizeWindow(): Promise<void> { await window.electronWindow.minimize();}
Minimizes the application window