Maximizes or restores the application window Toggles between maximized and previous state
Promise that resolves when window state is changed
export async function maximizeWindow(): Promise<void> { await window.electronWindow.maximize();} Copy
export async function maximizeWindow(): Promise<void> { await window.electronWindow.maximize();}
Maximizes or restores the application window Toggles between maximized and previous state