fix: unify BrowserWindow.isVisible()
logic cross-platform (#38242)
This commit is contained in:
parent
9bd9d312f8
commit
e83197669c
4 changed files with 23 additions and 5 deletions
|
@ -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()`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue