No need of example for such simple API

This commit is contained in:
Cheng Zhao 2017-10-03 20:12:05 +09:00
parent 1bb042a661
commit 09b93aa164

View file

@ -1407,16 +1407,6 @@ there is only one tab in the current window.
Adds a window as a tab on this window, after the tab for the window instance.
```js
// in main.js
BrowserWindow.getFocusedWindow().addTabbedWindow(new BrowserWindow({}))
// in renderer.js
remote.getCurrentWindow().addTabbedWindow(new BrowserWindow({}))
```
#### `win.setVibrancy(type)` _macOS_
* `type` String - Can be `appearance-based`, `light`, `dark`, `titlebar`,