This commit is contained in:
Guillermo Rauch 2016-07-04 19:55:35 -07:00
parent 804b97bf14
commit fb08d45eac

View file

@ -181,7 +181,7 @@ module.exports = function createMenu ({ createWindow }) {
},
{
role: 'togglefullscreen'
},
}
]
},
{
@ -230,4 +230,4 @@ module.exports = function createMenu ({ createWindow }) {
]
}
];
}
};