Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Fix: comma error
Browse files Browse the repository at this point in the history
  • Loading branch information
phobal committed Jan 6, 2019
1 parent ca9c333 commit 0e00ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.on('ready', async () => {
mainWindow = new BrowserWindow({
show: false,
width: 1024,
height: 728
height: 728,
webPreferences: {
plugins: true
}
Expand Down

0 comments on commit 0e00ec9

Please sign in to comment.