fix: enable autoHideMenuBar
tests on Linux and Windows (#46830)
* 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
34adb976b6
commit
698bff0efa
4 changed files with 7 additions and 7 deletions
|
@ -58,8 +58,8 @@
|
|||
`false` on macOS. This option is not configurable on other platforms.
|
||||
* `disableAutoHideCursor` boolean (optional) - Whether to hide cursor when typing.
|
||||
Default is `false`.
|
||||
* `autoHideMenuBar` boolean (optional) - Auto hide the menu bar unless the `Alt`
|
||||
key is pressed. Default is `false`.
|
||||
* `autoHideMenuBar` boolean (optional) _Linux_ _Windows_ - Auto hide the menu bar
|
||||
unless the `Alt` key is pressed. Default is `false`.
|
||||
* `enableLargerThanScreen` boolean (optional) _macOS_ - Enable the window to
|
||||
be resized larger than screen. Only relevant for macOS, as other OSes
|
||||
allow larger-than-screen windows by default. Default is `false`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue