🎨 function -> =>

This commit is contained in:
Kevin Sawicki 2016-08-08 10:13:21 -07:00
parent bcc372568f
commit af607f8b67

View file

@ -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())
}
},