Skip to content

Commit

Permalink
ver0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neverclear86 committed Mar 24, 2019
1 parent 5dc409a commit 73efa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ app.disableHardwareAcceleration()

function createWindow() {
// Create the browser window.
win = new BrowserWindow({width: 800, height: 600})
win = new BrowserWindow({width: 400, height: 900})

if (process.env.WEBPACK_DEV_SERVER_URL) {
// Load the url of the dev server if in development mode
Expand Down

0 comments on commit 73efa3a

Please sign in to comment.