mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
feat: add BrowserWindow.showAllTabs() for macOS (#38965)
This commit is contained in:
@@ -824,6 +824,7 @@ Menu.buildFromTemplate([
|
||||
{ role: 'toggleTabBar' },
|
||||
{ role: 'selectNextTab' },
|
||||
{ role: 'selectPreviousTab' },
|
||||
{ role: 'showAllTabs' },
|
||||
{ role: 'mergeAllWindows' },
|
||||
{ role: 'clearRecentDocuments' },
|
||||
{ role: 'moveTabToNewWindow' }
|
||||
|
||||
Reference in New Issue
Block a user