mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Move Toggle Fullscreen to the bottom of the View menu
This commit is contained in:
@@ -90,9 +90,6 @@ app.once('ready', () => {
|
||||
if (focusedWindow) focusedWindow.reload()
|
||||
}
|
||||
},
|
||||
{
|
||||
role: 'togglefullscreen'
|
||||
},
|
||||
{
|
||||
label: 'Toggle Developer Tools',
|
||||
accelerator: process.platform === 'darwin' ? 'Alt+Command+I' : 'Ctrl+Shift+I',
|
||||
@@ -133,6 +130,12 @@ app.once('ready', () => {
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
role: 'togglefullscreen'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user