mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Merge pull request #437 from avdg/maximize
Add BrowserWindow::isMaximized.
This commit is contained in:
@@ -239,6 +239,10 @@ Maximizes the window.
|
||||
|
||||
Unmaximizes the window.
|
||||
|
||||
### BrowserWindow.isMaximized()
|
||||
|
||||
Returns whether the window is maximized.
|
||||
|
||||
### BrowserWindow.minimize()
|
||||
|
||||
Minimizes the window. On some platforms the minimized window will be shown in
|
||||
|
||||
Reference in New Issue
Block a user