Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuchia committed Mar 17, 2021
1 parent 66cf637 commit f210cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/engine/electron/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function createWindow () {
center: true,

// Full Screen options
fullscrenable: true,
fullscreenable: true,

// Set an icon for the window
icon: path.join(appRoot, '/assets/icons/icon_128x128.png'),
Expand Down Expand Up @@ -167,4 +167,4 @@ app.on('web-contents-created', (event, contents) => {
});

// In this file you can include the rest of your app's specific main process
// code. You can also put them in separate files and require them here.
// code. You can also put them in separate files and require them here.

0 comments on commit f210cb2

Please sign in to comment.