fix: enable autoHideMenuBar
tests on Linux and Windows (#46829)
* fix: enable autoHideMenuBar tests Co-authored-by: Charles Kerr <charles@charleskerr.com> * docs: mark autoHideMenuBar as supported on Linux, Windows Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
52a7c752e6
commit
d224d03e31
4 changed files with 7 additions and 7 deletions
|
@ -497,7 +497,7 @@ A `Integer` property representing the unique ID of the window. Each ID is unique
|
|||
|
||||
A `string` (optional) property that is equal to the `tabbingIdentifier` passed to the `BrowserWindow` constructor or `undefined` if none was set.
|
||||
|
||||
#### `win.autoHideMenuBar`
|
||||
#### `win.autoHideMenuBar` _Linux_ _Windows_
|
||||
|
||||
A `boolean` property that determines whether the window menu bar should hide itself automatically. Once set, the menu bar will only show when users press the single `Alt` key.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue