Maximizes the current Electron globalThis.
A promise that resolves when the window is maximized.
export async function maximizeWindow() { await globalThis.electronWindow.maximize();} Copy
export async function maximizeWindow() { await globalThis.electronWindow.maximize();}
Maximizes the current Electron globalThis.