🎨 function -> =>
This commit is contained in:
parent
bcc372568f
commit
af607f8b67
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ const roles = {
|
|||
togglefullscreen: {
|
||||
label: 'Toggle Full Screen',
|
||||
accelerator: process.platform === 'darwin' ? 'Control+Command+F' : 'F11',
|
||||
windowMethod: function (window) {
|
||||
windowMethod: (window) => {
|
||||
window.setFullScreen(!window.isFullScreen())
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue