mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
test: move more BrowserWindow specs (#19290)
* test: move more BrowserWindow specs * use async instead of setTimeout for cleaner code
This commit is contained in:
committed by
Samuel Attard
parent
42f283c281
commit
70857e9a5d
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user