We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6d642 commit c0053dcCopy full SHA for c0053dc
1 file changed
main.js
@@ -15,6 +15,8 @@ function createWindow () {
15
// Create the browser window.
16
mainWindow = new BrowserWindow({width: 800, height: 600, backgroundColor: '#000000'})
17
18
+ mainWindow.setFullScreen(true)
19
+
20
// and load the index.html of the app.
21
mainWindow.loadURL(url.format({
22
pathname: path.join(__dirname, 'index.html'),
0 commit comments