feat: add BrowserWindow.showAllTabs()
for macOS (#38965)
This commit is contained in:
parent
040e9a027a
commit
56b5c00312
11 changed files with 31 additions and 2 deletions
|
@ -1531,6 +1531,10 @@ tabs in the window.
|
|||
Selects the next tab when native tabs are enabled and there are other
|
||||
tabs in the window.
|
||||
|
||||
#### `win.showAllTabs()` _macOS_
|
||||
|
||||
Shows or hides the tab overview when native tabs are enabled.
|
||||
|
||||
#### `win.mergeAllWindows()` _macOS_
|
||||
|
||||
Merges all windows into one window with multiple tabs when native tabs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue