hyperterm: add fullscreen menu item (#1)

This commit is contained in:
Guillermo Rauch 2016-07-02 15:17:57 -07:00
parent 79ad1316c3
commit 61a29c9132

View file

@ -205,6 +205,9 @@ app.on('ready', () => {
focusedWindow.webContents.toggleDevTools(); focusedWindow.webContents.toggleDevTools();
} }
} }
},
{
role: 'togglefullscreen'
} }
] ]
}, },