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