|
@@ -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`,
|