@dcposch PR feedback #82

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 17:43:19 -08:00
parent 64048171bc
commit 75067b4dd5

View File

@@ -157,12 +157,12 @@ function getMenuTemplate () {
if (process.platform === 'darwin') return 'Ctrl+Command+F' if (process.platform === 'darwin') return 'Ctrl+Command+F'
else return 'F11' else return 'F11'
})(), })(),
click: () => toggleFullScreen() click: toggleFullScreen
}, },
{ {
label: 'Float on Top', label: 'Float on Top',
type: 'checkbox', type: 'checkbox',
click: () => toggleFloatOnTop() click: toggleFloatOnTop
}, },
{ {
type: 'separator' type: 'separator'