mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: unify BrowserWindow.isVisible() logic cross-platform (#38242)
This commit is contained in:
@@ -667,7 +667,7 @@ Hides the window.
|
||||
|
||||
#### `win.isVisible()`
|
||||
|
||||
Returns `boolean` - Whether the window is visible to the user.
|
||||
Returns `boolean` - Whether the window is visible to the user in the foreground of the app.
|
||||
|
||||
#### `win.isModal()`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user