Add back hidden-inset as a deprecated option
This commit is contained in:
parent
594302fcff
commit
41d582f689
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||||
* `hidden` - Results in a hidden title bar and a full size content window, yet
|
* `hidden` - Results in a hidden title bar and a full size content window, yet
|
||||||
the title bar still has the standard window controls ("traffic lights") in
|
the title bar still has the standard window controls ("traffic lights") in
|
||||||
the top left.
|
the top left.
|
||||||
|
* `hidden-inset` - Deprecated, use `hiddenInset` instead.
|
||||||
* `hiddenInset` - Results in a hidden title bar with an alternative look
|
* `hiddenInset` - Results in a hidden title bar with an alternative look
|
||||||
where the traffic light buttons are slightly more inset from the window edge.
|
where the traffic light buttons are slightly more inset from the window edge.
|
||||||
* `customButtonsOnHover` Boolean (optional) - Draw custom close, minimize,
|
* `customButtonsOnHover` Boolean (optional) - Draw custom close, minimize,
|
||||||
|
|
Loading…
Reference in a new issue