test: move more BrowserWindow specs (#19290)
* test: move more BrowserWindow specs * use async instead of setTimeout for cleaner code
This commit is contained in:
parent
42f283c281
commit
70857e9a5d
3 changed files with 467 additions and 483 deletions
|
@ -784,13 +784,13 @@ A `Boolean` property that determines whether the window can be manually closed b
|
|||
|
||||
On Linux the setter is a no-op, although the getter returns `true`.
|
||||
|
||||
### `win.movable`
|
||||
#### `win.movable`
|
||||
|
||||
A `Boolean` property that determines Whether the window can be moved by user.
|
||||
|
||||
On Linux the setter is a no-op, although the getter returns `true`.
|
||||
|
||||
### `win.excludedFromShownWindowsMenu` _macOS_
|
||||
#### `win.excludedFromShownWindowsMenu` _macOS_
|
||||
|
||||
A `Boolean` property that determines whether the window is excluded from the application’s Windows menu. `false` by default.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue